FairRoot/PandaRoot
PndHypGeGammaAnaStorage.cxx
Go to the documentation of this file.
1 /******************************************************
2 
3 Storage of Data collected during HypGe Gamma Analysis Task created by M.Steinen steinen@kph.uni-mainz.de
4 Storage of Analysis of Gamma Simulation with hypGe detectors
5 *******************************************************/
6 
7 
9 
10 
12 {
13 
14 }
15 
16 
18 {
19 
20 }
21 
23 {
24  AllEntries = Entries;
25 }
26 
28 {
29  return AllEntries;
30 }
31 
32 void PndHypGeGammaAnaStorage::SetSumPeak(Int_t SumPeak_Ext)
33 {
34  SumPeak = SumPeak_Ext;
35 }
36 
38 {
39  return SumPeak;
40 }
41 
43 {
44  InFile = InFile_Ext;
45 }
46 
48 {
49  return InFile;
50 }
51 
void SetSumPeak(Int_t SumPeak_Ext)
void SetInFile(TString inFile_Ext)
ClassImp(PndAnaContFact)