GRSISort
"v4.0.0.5"
An extension of the ROOT analysis Framework
Loading...
Searching...
No Matches
TTdrCloverBgo.cxx
Go to the documentation of this file.
1
#include "
TTdrCloverBgo.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
// TTdrCloverBgo
17
//
18
// The TTdrCloverBgo 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
TTdrCloverBgo::TTdrCloverBgo
() :
TBgo
()
25
{
26
/// Default ctor.
27
TBgo::Clear
();
28
}
29
30
TTdrCloverBgo::TTdrCloverBgo
(
const
TTdrCloverBgo
& rhs) :
TBgo
()
31
{
32
/// Copy ctor.
33
rhs.
Copy
(*
this
);
34
}
35
36
TTdrCloverBgo::~TTdrCloverBgo
()
37
{
38
// Default Destructor
39
}
40
41
TTdrCloverBgo
&
TTdrCloverBgo::operator=
(
const
TTdrCloverBgo
& rhs)
42
{
43
rhs.
Copy
(*
this
);
44
return
*
this
;
45
}
TGRSIOptions.h
TMnemonic.h
TTdrCloverBgo.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
TTdrCloverBgo
Definition
TTdrCloverBgo.h:11
TTdrCloverBgo::TTdrCloverBgo
TTdrCloverBgo()
Definition
TTdrCloverBgo.cxx:24
TTdrCloverBgo::~TTdrCloverBgo
virtual ~TTdrCloverBgo()
Definition
TTdrCloverBgo.cxx:36
TTdrCloverBgo::operator=
TTdrCloverBgo & operator=(const TTdrCloverBgo &)
!
Definition
TTdrCloverBgo.cxx:41
iThembaData
libraries
TTdrAnalysis
TTdrClover
TTdrCloverBgo.cxx
GRSISort ("v4.0.0.5") Reference Guide Generated on Tue Aug 26 2025 14:02:03.