PandaRoot
PndJpsi2PiAna.h
Go to the documentation of this file.
1 #ifndef PNDJPSI2PIANA_H
2 #define PNDJPSI2PIANA_H 1
3 
4 #include "PndAnaTask.h"
5 #include <map>
6 #include <string>
7 
8 class TH1F;
9 
11 
12 class PndJpsi2PiAna : public PndAnaTask {
13 
14  public:
16  PndJpsi2PiAna();
17 
20 
22  virtual InitStatus Init();
23 
25  virtual void Exec(Option_t *opt);
26 
27  virtual void Finish();
28  // void CreateStructure();
29 
30  protected:
31  // **** mass selectors for the resonances/composites
32  //
34 
36  TH1F *jpsimass;
37  TH1F *jpsimassf;
38  TH1F *ppmass;
39  TH1F *ppmassf;
40  TH1F *mcmass;
41 
42  private:
43  UInt_t fEvtCount;
44 
45  ClassDef(PndJpsi2PiAna, 1);
46 };
47 
48 #endif
virtual InitStatus Init()
RhoMassParticleSelector * jpsiMSel
Definition: PndJpsi2PiAna.h:33
virtual void Finish()
TH1F * jpsimassf
Definition: PndJpsi2PiAna.h:37
virtual void Exec(Option_t *opt)