GRSISort
"v4.0.0.5"
An extension of the ROOT analysis Framework
Loading...
Searching...
No Matches
TLaBrBgo.cxx
Go to the documentation of this file.
1
#include "
TLaBrBgo.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
// TLaBrBgo
16
//
17
// The TLaBrBgo 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
TLaBrBgo::TLaBrBgo
()
24
{
25
/// Default ctor.
26
TBgo::Clear
();
27
}
28
29
TLaBrBgo::TLaBrBgo
(
const
TLaBrBgo
& rhs) :
TBgo
(rhs)
30
{
31
/// Copy ctor.
32
rhs.
Copy
(*
this
);
33
}
34
35
TLaBrBgo
&
TLaBrBgo::operator=
(
const
TLaBrBgo
& rhs)
36
{
37
rhs.
Copy
(*
this
);
38
return
*
this
;
39
}
TGRSIOptions.h
TLaBrBgo.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
TLaBrBgo
Definition
TLaBrBgo.h:12
TLaBrBgo::TLaBrBgo
TLaBrBgo()
Definition
TLaBrBgo.cxx:23
TLaBrBgo::operator=
TLaBrBgo & operator=(const TLaBrBgo &)
!
Definition
TLaBrBgo.cxx:35
GRSIData
libraries
TGRSIAnalysis
TLaBr
TLaBrBgo.cxx
GRSISort ("v4.0.0.5") Reference Guide Generated on Mon Feb 3 2025 16:38:04.