LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
#include "SimPhotons.h"
Public Types | |
typedef std::vector< OnePhoton > | list_type |
volume number for the OpDet More... | |
typedef list_type::value_type | value_type |
typedef list_type::iterator | iterator |
typedef list_type::const_iterator | const_iterator |
typedef list_type::reverse_iterator | reverse_iterator |
typedef list_type::const_reverse_iterator | const_reverse_iterator |
typedef list_type::size_type | size_type |
typedef list_type::difference_type | difference_type |
Public Member Functions | |
SimPhotons () | |
SimPhotons (int chan) | |
SimPhotons & | operator+= (const SimPhotons &rhs) |
const SimPhotons | operator+ (const SimPhotons &rhs) const |
bool | operator== (const SimPhotons &other) const |
int | OpChannel () const |
void | SetChannel (int ch) |
Public Attributes | |
int | fOpChannel |
T | elements |
STL member. More... | |
Definition at line 77 of file SimPhotons.h.
typedef list_type::const_iterator sim::SimPhotons::const_iterator |
Definition at line 93 of file SimPhotons.h.
typedef list_type::const_reverse_iterator sim::SimPhotons::const_reverse_iterator |
Definition at line 95 of file SimPhotons.h.
typedef list_type::difference_type sim::SimPhotons::difference_type |
Definition at line 97 of file SimPhotons.h.
typedef list_type::iterator sim::SimPhotons::iterator |
Definition at line 92 of file SimPhotons.h.
typedef std::vector<OnePhoton> sim::SimPhotons::list_type |
volume number for the OpDet
Definition at line 90 of file SimPhotons.h.
typedef list_type::reverse_iterator sim::SimPhotons::reverse_iterator |
Definition at line 94 of file SimPhotons.h.
typedef list_type::size_type sim::SimPhotons::size_type |
Definition at line 96 of file SimPhotons.h.
typedef list_type::value_type sim::SimPhotons::value_type |
Definition at line 91 of file SimPhotons.h.
sim::SimPhotons::SimPhotons | ( | ) |
Definition at line 62 of file SimPhotons.cxx.
|
inline |
Definition at line 81 of file SimPhotons.h.
|
inline |
Definition at line 161 of file SimPhotons.h.
Referenced by opdet::SimPhotonCounter::AddSimPhotons(), sim::DumpSimPhotons::DumpElement(), operator==(), opdet::OpMCDigi::produce(), and opdet::OptDetDigitizer::produce().
const SimPhotons sim::SimPhotons::operator+ | ( | const SimPhotons & | rhs | ) | const |
Definition at line 76 of file SimPhotons.cxx.
SimPhotons & sim::SimPhotons::operator+= | ( | const SimPhotons & | rhs | ) |
Definition at line 67 of file SimPhotons.cxx.
|
inline |
|
inline |
Definition at line 162 of file SimPhotons.h.
Referenced by sim::SimListUtils::GetSimPhotonsCollection().
|
inherited |
STL member.
int sim::SimPhotons::fOpChannel |
Definition at line 85 of file SimPhotons.h.