1 #ifndef MixingModuleConfig_H 2 #define MixingModuleConfig_H 19 const int itype()
const {
return t_;}
22 case 0:
return "none";
23 case 1:
return "fixed";
24 case 2:
return "poisson";
25 case 3:
return "histo";
26 case 4:
return "probFunction";
32 if (s==
"none")
return 0;
33 if (s==
"fixed")
return 1;
34 if (s==
"poisson")
return 2;
35 if (s==
"histo")
return 3;
36 if (s==
"probFunction")
return 4;
43 const std::vector<double> &
probValue()
const {
return dp_;}
54 std::vector<double>
dp_;
const int & bunchSpace() const
const int & maxBunch() const
virtual ~MixingModuleConfig()
#define COND_SERIALIZABLE
const int & minBunch() const
std::vector< MixingInputConfig > configs_
std::ostream & operator<<(std::ostream &ost, const HLTGlobalStatus &hlt)
Formatted printout of trigger tbale.
const MixingInputConfig & config(unsigned int i=0) const