GRSISort
"v4.0.0.5"
An extension of the ROOT analysis Framework
Loading...
Searching...
No Matches
TFippsBgo.cxx
Go to the documentation of this file.
1
#include "
TFippsBgo.h
"
2
3
#include <sstream>
4
#include <iostream>
5
#include <iomanip>
6
7
#include "TRandom.h"
8
#include "TMath.h"
9
#include "TInterpreter.h"
10
11
#include "
TGRSIOptions.h
"
12
13
////////////////////////////////////////////////////////////
14
//
15
// TFippsBgo
16
//
17
// The TFippsBgo class is just a differently name TBgo.
18
// This allows us to distinguish between the BGOs for diiferent
19
// detector classes.
20
//
21
////////////////////////////////////////////////////////////
22
23
/// \cond CLASSIMP
24
ClassImp
(
TFippsBgo
)
25
/// \endcond
26
27
TFippsBgo
::
TFippsBgo
() :
TBgo
()
28
{
29
/// Default ctor.
30
TBgo::Clear
();
31
}
32
33
TFippsBgo::TFippsBgo
(
const
TFippsBgo
& rhs) :
TBgo
()
34
{
35
/// Copy ctor.
36
rhs.
Copy
(*
this
);
37
}
38
39
TFippsBgo::~TFippsBgo
()
40
{
41
// Default Destructor
42
}
43
44
TFippsBgo
&
TFippsBgo::operator=
(
const
TFippsBgo
& rhs)
45
{
46
rhs.
Copy
(*
this
);
47
return
*
this
;
48
}
TFippsBgo.h
TGRSIOptions.h
ClassImp
ClassImp(THILMnemonic) void THILMnemonic
Definition
THILMnemonic.cxx:9
TBgo
Definition
TBgo.h:22
TBgo::Copy
void Copy(TObject &) const override
!
Definition
TBgo.cxx:126
TBgo::Clear
void Clear(Option_t *opt="all") override
!
Definition
TBgo.cxx:134
TFippsBgo
Definition
TFippsBgo.h:11
TFippsBgo::operator=
TFippsBgo & operator=(const TFippsBgo &)
!
Definition
TFippsBgo.cxx:44
TFippsBgo::TFippsBgo
TFippsBgo()
Definition
TFippsBgo.cxx:27
TFippsBgo::~TFippsBgo
virtual ~TFippsBgo()
Definition
TFippsBgo.cxx:39
IllData
libraries
TILLAnalysis
TFipps
TFippsBgo.cxx
GRSISort ("v4.0.0.5") Reference Guide Generated on Mon Feb 3 2025 16:38:04.