LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
sim::SimPhotonsCollection Class Reference

#include "SimPhotons.h"

Inheritance diagram for sim::SimPhotonsCollection:

Public Types

typedef std::map< int, SimPhotonslist_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...
 
elements
 STL member. More...
 

Private Attributes

std::string fTheSDName
 

Detailed Description

Definition at line 118 of file SimPhotons.h.

Member Typedef Documentation

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.

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.

Constructor & Destructor Documentation

sim::SimPhotonsCollection::SimPhotonsCollection ( )

Definition at line 19 of file SimPhotons.cxx.

20  {
21  }

Member Function Documentation

std::string sim::SimPhotonsCollection::GetSDName ( )
inline

Definition at line 163 of file SimPhotons.h.

163 { return fTheSDName; }
void sim::SimPhotonsCollection::SetSDName ( std::string  TheSDName)
inline

Definition at line 164 of file SimPhotons.h.

164 { fTheSDName = TheSDName; }

Member Data Documentation

T std::map< K, T >::elements
inherited

STL member.

std::string sim::SimPhotonsCollection::fTheSDName
private

Definition at line 124 of file SimPhotons.h.

K std::map< K, T >::keys
inherited

STL member.


The documentation for this class was generated from the following files: