GRSISort
"v4.0.0.5"
An extension of the ROOT analysis Framework
Loading...
Searching...
No Matches
TTdrTigressBgo.cxx
Go to the documentation of this file.
1
#include "
TTdrTigressBgo.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
#include "
TMnemonic.h
"
11
12
#include "
TGRSIOptions.h
"
13
14
////////////////////////////////////////////////////////////
15
//
16
// TTdrTigressBgo
17
//
18
// The TTdrTigressBgo class is just a differently name TBgo.
19
// This allows us to distinguish between the BGOs for diiferent
20
// detector classes.
21
//
22
////////////////////////////////////////////////////////////
23
24
/// \cond CLASSIMP
25
ClassImp
(
TTdrTigressBgo
)
26
/// \endcond
27
28
TTdrTigressBgo
::
TTdrTigressBgo
() :
TBgo
()
29
{
30
/// Default ctor.
31
TBgo::Clear
();
32
}
33
34
TTdrTigressBgo::TTdrTigressBgo
(
const
TTdrTigressBgo
& rhs) :
TBgo
()
35
{
36
/// Copy ctor.
37
rhs.
Copy
(*
this
);
38
}
39
40
TTdrTigressBgo::~TTdrTigressBgo
()
41
{
42
// Default Destructor
43
}
44
45
TTdrTigressBgo
&
TTdrTigressBgo::operator=
(
const
TTdrTigressBgo
& rhs)
46
{
47
rhs.
Copy
(*
this
);
48
return
*
this
;
49
}
TGRSIOptions.h
ClassImp
ClassImp(THILMnemonic) void THILMnemonic
Definition
THILMnemonic.cxx:9
TMnemonic.h
TTdrTigressBgo.h
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
TTdrTigressBgo
Definition
TTdrTigressBgo.h:11
TTdrTigressBgo::TTdrTigressBgo
TTdrTigressBgo()
Definition
TTdrTigressBgo.cxx:28
TTdrTigressBgo::~TTdrTigressBgo
virtual ~TTdrTigressBgo()
Definition
TTdrTigressBgo.cxx:40
TTdrTigressBgo::operator=
TTdrTigressBgo & operator=(const TTdrTigressBgo &)
!
Definition
TTdrTigressBgo.cxx:45
iThembaData
libraries
TTdrAnalysis
TTdrTigress
TTdrTigressBgo.cxx
GRSISort ("v4.0.0.5") Reference Guide Generated on Mon Feb 3 2025 16:38:05.