Rivet API documentation

Rivet 4.1.3
AliceCommon.hh
1#ifndef TOOLS_ALICECOMMON_HH
2#define TOOLS_ALICECOMMON_HH
3
4#include "Rivet/Particle.hh"
5#include "Rivet/Tools/Cuts.hh"
6
7namespace Rivet {
8
13
14
17 namespace ALICE {
23 const Cut V0Aacceptance = (Cuts::etaIn(+2.8, +5.1) && (Cuts::abscharge3 > 0));
29 const Cut V0Cacceptance = (Cuts::etaIn(-3.7, -1.7) && (Cuts::abscharge3 > 0));
35 const Cut CL0acceptance = (Cuts::etaIn(-2.0, 2.0) && (Cuts::abscharge3 > 0));
41 const Cut CL1acceptance = (Cuts::etaIn(-1.4, 1.4) && (Cuts::abscharge3 > 0));
47 const Cut Eta1acceptance = (Cuts::etaIn(-1, 1) && (Cuts::abscharge3 > 0));
54
55#if 0
61 const int PbId = (1000000000 + // ION identifier
62 0*10000000 + // # strange quarks
63 82*10000 + // atomic number
64 208*10 + // atomic weight
65 0*1); // Isomer number
66#endif
67
68
69 }
70}
71
72#endif
const Cut V0Cacceptance
Definition AliceCommon.hh:29
const Cut FASTORacceptance
Definition AliceCommon.hh:53
const Cut CL1acceptance
Definition AliceCommon.hh:41
const Cut CL0acceptance
Definition AliceCommon.hh:35
const Cut V0Aacceptance
Definition AliceCommon.hh:23
const Cut Eta1acceptance
Definition AliceCommon.hh:47
Definition AliceCommon.hh:11
Definition LHCbCommon.hh:9