LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
#include "SimPhotons.h"
Public Types | |
typedef std::map< int, SimPhotons > | list_type |
typedef list_type::key_type | key_type |
typedef list_type::mapped_type | mapped_type |
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 |
typedef list_type::key_compare | key_compare |
typedef list_type::allocator_type | allocator_type |
Public Member Functions | |
SimPhotonsCollection () | |
void | SetSDName (std::string TheSDName) |
std::string | GetSDName () |
Public Attributes | |
K | keys |
STL member. More... | |
T | elements |
STL member. More... | |
Private Attributes | |
std::string | fTheSDName |
Definition at line 118 of file SimPhotons.h.
typedef list_type::allocator_type sim::SimPhotonsCollection::allocator_type |
Definition at line 140 of file SimPhotons.h.
typedef list_type::const_iterator sim::SimPhotonsCollection::const_iterator |
Definition at line 134 of file SimPhotons.h.
typedef list_type::const_reverse_iterator sim::SimPhotonsCollection::const_reverse_iterator |
Definition at line 136 of file SimPhotons.h.
typedef list_type::difference_type sim::SimPhotonsCollection::difference_type |
Definition at line 138 of file SimPhotons.h.
typedef list_type::iterator sim::SimPhotonsCollection::iterator |
Definition at line 133 of file SimPhotons.h.
typedef list_type::key_compare sim::SimPhotonsCollection::key_compare |
Definition at line 139 of file SimPhotons.h.
typedef list_type::key_type sim::SimPhotonsCollection::key_type |
Definition at line 130 of file SimPhotons.h.
typedef std::map<int,SimPhotons> sim::SimPhotonsCollection::list_type |
Definition at line 129 of file SimPhotons.h.
typedef list_type::mapped_type sim::SimPhotonsCollection::mapped_type |
Definition at line 131 of file SimPhotons.h.
typedef list_type::reverse_iterator sim::SimPhotonsCollection::reverse_iterator |
Definition at line 135 of file SimPhotons.h.
typedef list_type::size_type sim::SimPhotonsCollection::size_type |
Definition at line 137 of file SimPhotons.h.
typedef list_type::value_type sim::SimPhotonsCollection::value_type |
Definition at line 132 of file SimPhotons.h.
sim::SimPhotonsCollection::SimPhotonsCollection | ( | ) |
Definition at line 19 of file SimPhotons.cxx.
|
inline |
Definition at line 163 of file SimPhotons.h.
|
inline |
Definition at line 164 of file SimPhotons.h.
|
inherited |
STL member.
|
private |
Definition at line 124 of file SimPhotons.h.