PandaRoot
PndSpectroscopyAnalysis.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 
17 #ifndef PNDSPECTROSCOPYANALYSIS_H
18 #define PNDSPECTROSCOPYANALYSIS_H 1
19 
20 #include <array>
21 #include <string>
22 #include <vector>
23 
24 #include "TLorentzVector.h"
25 #include "TMatrixD.h"
26 #include "TString.h"
27 #include "TVector3.h"
28 
29 #include "FairRootManager.h"
30 #include "FairTrackParP.h"
31 #include "PndAnalysis.h"
32 #include "RhoCandList.h"
33 
34 class TChain;
35 class TClonesArray;
36 class TBranch;
37 
38 class TDatabasePDG;
39 class FairMCEventHeader;
40 class PndAnaPidSelector;
41 class PndAnaPidCombiner;
42 class PndMCTrack;
43 class PndTrack;
46 class PndEmcBump;
47 class PndAnalysis;
48 
49 // class PndEventInfo;
50 
51 class TGeant3;
52 
53 class PndEmcBump;
54 
56 public:
57  PndSpectroscopyAnalysis(TString tname1 = "", TString tname2 = "",
58  TString algnamec = "PidAlgoIdealCharged",
59  TString algnamen = "PidAlgoIdealNeutral")
60  : PndAnalysis(tname1, tname2, algnamec, algnamen){Init();};
62 
63 protected:
64  void Init();
65  virtual void BuildMcCands();
66 
67  TClonesArray *fBumpArray = nullptr;
68 
70 };
71 
72 #endif
PndSpectroscopyAnalysis(TString tname1="", TString tname2="", TString algnamec="PidAlgoIdealCharged", TString algnamen="PidAlgoIdealNeutral")
virtual void BuildMcCands()
ClassDef(PndSpectroscopyAnalysis, 0)
represents a reconstructed (splitted) emc cluster
Definition: PndEmcBump.h:46