herwig is hosted by Hepforge, IPPP Durham
Herwig 7.3.0
CluHadConfig.h
1// -*- C++ -*-
2//
3// CluHadConfig.h is a part of Herwig - A multi-purpose Monte Carlo event generator
4// Copyright (C) 2002-2019 The Herwig Collaboration
5//
6// Herwig is licenced under version 3 of the GPL, see COPYING for details.
7// Please respect the MCnet academic guidelines, see GUIDELINES for details.
8//
9#ifndef HERWIG_CluHadConfig_H
10#define HERWIG_CluHadConfig_H
11
13#include "Cluster.fh"
14#include "ClusterDecayer.fh"
15#include "ClusterFissioner.fh"
16#include "HadronSelector.fh"
17
18namespace Herwig {
19using namespace ThePEG;
20
38 typedef vector<ClusterPtr> ClusterVector;
39
43 typedef vector<tClusterPtr> tClusterVector;
44
45}
46
47#endif // HERWIG_CluHadConfig_H
48
49
50
vector< ClusterPtr > ClusterVector
This file contains the typedef declarations used in Hadronization.
Definition: CluHadConfig.h:38
-*- C++ -*-
vector< tClusterPtr > tClusterVector
Typedef for a vector of tClusterPtr.
Definition: CluHadConfig.h:43