#include <Hit2MCPoints.h>
|
std::unordered_map< int, std::unordered_map< int, float > > | linksToMCPoints |
| array of detector elements with list of contributing MCPoints
|
|
Definition at line 13 of file Hit2MCPoints.h.
◆ Hit2MCPoints() [1/2]
Hit2MCPoints::Hit2MCPoints |
( |
| ) |
|
◆ Hit2MCPoints() [2/2]
Copy constructor
Definition at line 17 of file Hit2MCPoints.cxx.
18 : TObject(ti),
20{
21}
std::unordered_map< int, std::unordered_map< int, float > > linksToMCPoints
array of detector elements with list of contributing MCPoints
◆ ~Hit2MCPoints()
Hit2MCPoints::~Hit2MCPoints |
( |
| ) |
|
|
virtual |
◆ Add()
void Hit2MCPoints::Add |
( |
int |
detID, |
|
|
int |
key, |
|
|
float |
w |
|
) |
| |
◆ ClassDef()
◆ N()
unsigned int Hit2MCPoints::N |
( |
int |
detID | ) |
|
|
inline |
◆ Print()
virtual void Hit2MCPoints::Print |
( |
const Option_t * |
opt = "" | ) |
const |
|
inlinevirtual |
◆ serialize()
template<class Archive >
void Hit2MCPoints::serialize |
( |
Archive & |
ar, |
|
|
const unsigned int |
version |
|
) |
| |
|
inline |
Definition at line 37 of file Hit2MCPoints.h.
38 {
39 ar& boost::serialization::base_object<TObject>(*this);
41 }
◆ wList()
std::unordered_map< int, float > Hit2MCPoints::wList |
( |
int |
detID | ) |
|
|
inline |
◆ boost::serialization::access
friend class boost::serialization::access |
|
friend |
◆ linksToMCPoints
std::unordered_map<int,std::unordered_map<int,float> > Hit2MCPoints::linksToMCPoints |
|
protected |
array of detector elements with list of contributing MCPoints
Definition at line 47 of file Hit2MCPoints.h.
The documentation for this class was generated from the following files: