PandaRoot
PndJpsi2PiAna.h
Go to the documentation of this file.
1 //****************************************************************************
2 //* This file is part of PandaRoot. *
3 //* *
4 //* PandaRoot is distributed under the terms of the *
5 //* GNU General Public License (GPL) version 3, *
6 //* copied verbatim in the file "LICENSE". *
7 //* *
8 //* Copyright (C) 2006 - 2024 FAIR GmbH and copyright holders of PandaRoot *
9 //* The copyright holders are listed in the file "COPYRIGHTHOLDERS". *
10 //* The authors are listed in the file "AUTHORS". *
11 //****************************************************************************
12 
13 #ifndef PNDJPSI2PIANA_H
14 #define PNDJPSI2PIANA_H 1
15 
16 #include "PndAnaTask.h"
17 #include <map>
18 #include <string>
19 
20 class TH1F;
21 
23 
24 class PndJpsi2PiAna : public PndAnaTask {
25 
26  public:
28  PndJpsi2PiAna();
29 
32 
34  virtual InitStatus Init();
35 
37  virtual void Exec(Option_t *opt);
38 
39  virtual void Finish();
40  // void CreateStructure();
41 
42  protected:
43  // **** mass selectors for the resonances/composites
44  //
46 
48  TH1F *jpsimass;
49  TH1F *jpsimassf;
50  TH1F *ppmass;
51  TH1F *ppmassf;
52  TH1F *mcmass;
53 
54  private:
55  UInt_t fEvtCount;
56 
57  ClassDef(PndJpsi2PiAna, 1);
58 };
59 
60 #endif
virtual InitStatus Init()
RhoMassParticleSelector * jpsiMSel
Definition: PndJpsi2PiAna.h:45
virtual void Finish()
TH1F * jpsimassf
Definition: PndJpsi2PiAna.h:49
virtual void Exec(Option_t *opt)