1 #ifndef DNDETANALYSIS_H
2 #define DNDETANALYSIS_H
4 // ------------------------------------------------------
6 // Class for dn/deta analysis
8 // ------------------------------------------------------
11 // - more documentation
12 // - add debug statements
13 // - add more histograms
14 // - add functionality to set the bin sizes
15 // - figure out correct way to treat the errors
16 // - add functionality to make dn/deta for different mult classes?
31 class dNdEtaAnalysis : public TObject
42 dNdEtaAnalysis(Char_t* name="dndeta_correction");
44 void FillTrack(Float_t vtx, Float_t eta, Float_t weight);
45 void FillEvent(Float_t vtx);
49 void SaveHistograms();
51 ClassDef(dNdEtaAnalysis,0)