LArSoft
v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
|
#include "SimPhotons.h"
Public Member Functions | |
SimPhotonsLite () | |
SimPhotonsLite (int chan) | |
SimPhotonsLite & | operator+= (const SimPhotonsLite &rhs) |
const SimPhotonsLite | operator+ (const SimPhotonsLite &rhs) const |
bool | operator== (const SimPhotonsLite &other) const |
Public Attributes | |
int | OpChannel |
std::map< int, int > | DetectedPhotons |
Definition at line 56 of file SimPhotons.h.
sim::SimPhotonsLite::SimPhotonsLite | ( | ) |
Definition at line 56 of file SimPhotons.cxx.
|
inline |
Definition at line 60 of file SimPhotons.h.
const SimPhotonsLite sim::SimPhotonsLite::operator+ | ( | const SimPhotonsLite & | rhs | ) | const |
Definition at line 92 of file SimPhotons.cxx.
SimPhotonsLite & sim::SimPhotonsLite::operator+= | ( | const SimPhotonsLite & | rhs | ) |
|
inline |
std::map<int, int> sim::SimPhotonsLite::DetectedPhotons |
Definition at line 65 of file SimPhotons.h.
Referenced by sim::DumpSimPhotonsLite::DumpPhoton(), operator+=(), and larg4::LArG4::produce().
int sim::SimPhotonsLite::OpChannel |
Definition at line 64 of file SimPhotons.h.
Referenced by sim::DumpSimPhotonsLite::DumpPhoton(), operator==(), and larg4::LArG4::produce().