- TH1F* fhCutStatistics; // statistics of what cuts the tracks did not survive
- TH2F* fhCutCorrelation; // 2d statistics plot
+ TH1F* fhCutStatistics; //-> statistics of what cuts the tracks did not survive
+ TH2F* fhCutCorrelation; //-> 2d statistics plot
+
+ private:
+
+ AliESDtrackCuts(const AliESDtrackCuts& pd); // Copy Constructor
+ AliESDtrackCuts &operator=(const AliESDtrackCuts &c);
+