rivet is hosted by Hepforge, IPPP Durham
Rivet  2.7.0
AliceCommon.hh
1 
11 #ifndef TOOLS_ALICECOMMON_HH
12 #define TOOLS_ALICECOMMON_HH
13 #include <Rivet/Tools/Cuts.hh>
14 #include <Rivet/Particle.hh>
15 
16 namespace Rivet
17 {
29  namespace ALICE
30  {
36  const Cut V0Aacceptance = (Cuts::etaIn(+2.8,+5.1)&&(Cuts::abscharge3 > 0));
42  const Cut V0Cacceptance = (Cuts::etaIn(-3.7,-1.7)&&(Cuts::abscharge3 > 0));
48  const Cut CL0acceptance = (Cuts::etaIn(-2.0,2.0) && (Cuts::abscharge3 > 0));
54  const Cut CL1acceptance = (Cuts::etaIn(-1.4,1.4) && (Cuts::abscharge3 > 0));
60  const Cut Eta1acceptance = (Cuts::etaIn(-1,1) && (Cuts::abscharge3 > 0));
67 #if 0
68 
73  const int PbId = (1000000000 + // ION identifier
74  0*10000000 + // # strange quarks
75  82*10000 + // atomic number
76  208*10 + // atomic weight
77  0*1); // Isomer number
78 #endif
79  }
80 }
81 
82 #endif
83 //
84 // EOF
85 //
Definition: ALICE_2010_I880049.cc:13
const Cut CL0acceptance
Definition: AliceCommon.hh:48
const Cut FASTORacceptance
Definition: AliceCommon.hh:66
const Cut CL1acceptance
Definition: AliceCommon.hh:54
const Cut Eta1acceptance
Definition: AliceCommon.hh:60
const Cut V0Aacceptance
Definition: AliceCommon.hh:36
const Cut V0Cacceptance
Definition: AliceCommon.hh:42