131 ChargedFinalState cfs(-2.4, 2.4, 0.0*GeV);
132 addProjection(cfs,
"CFS");
133 addProjection(Beam(),
"Beam");
143 if(fuzzyEquals(sqrtS(), 900, 1E-3)){
145 for (
unsigned ietabin=0; ietabin <
_etabins.size(); ietabin++){
146 t.str(
"") ;
t <<
"$|\\eta| <$ " <<
_etabins[ietabin] <<
" , $\\sqrt(s)$ = 0.9 TeV" ;
147 _h_dNch_dn.push_back( bookHistogram1D( 2 + ietabin, 1, 1 ,
t.str() ,
"n" ,
"$P_{n}$") );
150 _h_dNch_dn_pt500_eta24 = bookHistogram1D( 20 , 1, 1 ,
"$p_{T} >$ 500 GeV/c , $|\\eta| <$ 2.4 , $\\sqrt(s)$ = 0.9 TeV" ,
"n" ,
"$P_{n}$");
155 _h_dmpt_dNch_eta24 = bookProfile1D( 23 , 1, 1 ,
"$|\\eta| <$ 2.4 , $\\sqrt(s)$ = 0.9 TeV" ,
"n" ,
"$< p_{T}> [ GeV/c ]$");
159 if(fuzzyEquals(sqrtS(), 2360, 1E-3)){
160 for (
unsigned ietabin=0; ietabin < _etabins.size(); ietabin++){
161 t.str(
"") ;
t <<
"$|\\eta| <$ " << _etabins[ietabin] <<
" , $\\sqrt(s)$ = 2.36 TeV" ;
162 _h_dNch_dn.push_back( bookHistogram1D( 7 + ietabin, 1, 1 ,
t.str() ,
"n" ,
"$P_{n}$") );
165 _h_dNch_dn_pt500_eta24 = bookHistogram1D( 21 , 1, 1 ,
"$p_{T} >$ 500 GeV/c , $|\\eta| <$ 2.4 , $\\sqrt(s)$ = 2.36 TeV" ,
"n" ,
"$P_{n}$");
170 _h_dmpt_dNch_eta24 = bookProfile1D( 24 , 1, 1 ,
"$|\\eta| <$ 2.4 , $\\sqrt(s)$ = 2.36 TeV" ,
"n" ,
"$< p_{T}> [ GeV/c ]$");
173 if(fuzzyEquals(sqrtS(), 7000, 1E-3)){
174 for (
unsigned ietabin=0; ietabin < _etabins.size(); ietabin++){
175 t.str(
"") ;
t <<
"$|\\eta| <$ " << _etabins[ietabin] <<
" , $\\sqrt(s)$ = 7 TeV" ;
176 _h_dNch_dn.push_back( bookHistogram1D( 12 + ietabin, 1, 1 ,
t.str() ,
"n" ,
"$P_{n}$") );
179 _h_dNch_dn_pt500_eta24 = bookHistogram1D( 22 , 1, 1 ,
"$p_{T} >$ 500 GeV/c , $|\\eta| <$ 2.4 , $\\sqrt(s)$ = 7 TeV" ,
"n" ,
"$P_{n}$");
184 _h_dmpt_dNch_eta24 = bookProfile1D( 25 , 1, 1 ,
"$|\\eta| <$2.4 , $\\sqrt(s)$ = 7 TeV" ,
"n" ,
"$< p_{T}> [ GeV/c ]$");
AIDA::IHistogram1D * _h_dNch_dn_pt500_eta24
vector< AIDA::IHistogram1D * > _h_dNch_dn
vector< double > _etabins
AIDA::IProfile1D * _h_dmpt_dNch_eta24