]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ANALYSIS/AliEventBaseCut.h
Effective C++ changes
[u/mrichter/AliRoot.git] / ANALYSIS / AliEventBaseCut.h
index 2faed28f9b7cf4bc14505e5576a27df7513145f8..03c0e2bb07380d612ed54cce7242ee3059b434ed 100644 (file)
@@ -92,7 +92,7 @@ class AliPrimVertexZCut: public AliEventBaseCut
 class AliNChargedCut: public AliEventBaseCut
 {
  public: 
-   AliNChargedCut():AliEventBaseCut(0,0,kNChargedCut){}
+   AliNChargedCut():AliEventBaseCut(0,0,kNChargedCut),fEtaMin(-10.0),fEtaMax(10.0){}
    AliNChargedCut(Int_t min, Int_t max, Double_t etamin = -10.0, Double_t etamax = 10.0):
        AliEventBaseCut(min,max,kNChargedCut),fEtaMin(etamin),fEtaMax(etamax){}
    virtual ~AliNChargedCut(){}