]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGPP/AliFilteredTreeEventCuts.h
Possibility to limit the memory allocated for trees created in the reconstruction
[u/mrichter/AliRoot.git] / PWGPP / AliFilteredTreeEventCuts.h
index a5a97a4ad4550dffbd05628199115aa94ade8aa4..b97a80431eb8ee99f53fb89ddd0f5f1dc5fef6da 100644 (file)
@@ -28,25 +28,25 @@ public:
   enum DiffTreatment { kMCFlags = 0, kUA5Cuts = 1, kE710Cuts, kALICEHadronLevel };\r
   \r
   // setters \r
-  void SetTriggerRequired(const Bool_t bFlag=kTRUE)  {fTriggerRequired=bFlag;}\r
-  void SetRecVertexRequired(const Bool_t bFlag=kTRUE)  {fRecVertexRequired=bFlag;}\r
+  void SetTriggerRequired(Bool_t bFlag=kTRUE)  {fTriggerRequired=bFlag;}\r
+  void SetRecVertexRequired(Bool_t bFlag=kTRUE)  {fRecVertexRequired=bFlag;}\r
   void SetEventProcessType(MCProcessType type=kInvalidProcess)  {fEventProcessType=type;}\r
-  void SetNContributorsRange(const Float_t min=0.,const Float_t max=1e99) {fMinNContributors=min; fMaxNContributors=max;}\r
-  void SetMaxR(const Float_t max=1e99) {fMaxR=max;}\r
-  void SetZvRange(const Float_t min=-1e99, const Float_t max=1e99) {fMinZv=min; fMaxZv=max;}\r
+  void SetNContributorsRange(Float_t min=0.,Float_t max=1e99) {fMinNContributors=min; fMaxNContributors=max;}\r
+  void SetMaxR(Float_t max=1e99) {fMaxR=max;}\r
+  void SetZvRange(Float_t min=-1e99, Float_t max=1e99) {fMinZv=min; fMaxZv=max;}\r
 \r
-  void SetMeanXYZv(const Float_t xv=0.0, const Float_t yv=0.0, const Float_t zv=0.0) {\r
+  void SetMeanXYZv(Float_t xv=0.0, Float_t yv=0.0, Float_t zv=0.0) {\r
     fMeanXv = xv; fMeanYv = yv; fMeanZv = zv;\r
   }\r
 \r
-  void SetSigmaMeanXYZv(const Float_t sxv=1.0, const Float_t syv=1.0, const Float_t szv=10.0) {\r
+  void SetSigmaMeanXYZv(Float_t sxv=1.0, Float_t syv=1.0, Float_t szv=10.0) {\r
     fSigmaMeanXv = sxv; fSigmaMeanYv = syv; fSigmaMeanZv = szv;\r
   }\r
 \r
 \r
-  void SetRedoTPCVertex(const Bool_t redo = kTRUE) {fRedoTPCVertex = redo;}\r
-  void SetUseBeamSpotConstraint(const Bool_t useConstr = kTRUE) {fUseBeamSpotConstraint = useConstr;}\r
-  void SetEventSelectedRequired(const Bool_t evtSel = kTRUE) {fEventSelectedRequired = evtSel;} \r
+  void SetRedoTPCVertex(Bool_t redo = kTRUE) {fRedoTPCVertex = redo;}\r
+  void SetUseBeamSpotConstraint(Bool_t useConstr = kTRUE) {fUseBeamSpotConstraint = useConstr;}\r
+  void SetEventSelectedRequired(Bool_t evtSel = kTRUE) {fEventSelectedRequired = evtSel;} \r
 \r
 \r
   // getters \r