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