CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Classes | Public Types | Public Member Functions | Public Attributes | Private Member Functions | Friends
L1TMuonEndCapForest Class Reference

#include <L1TMuonEndCapForest.h>

Classes

class  DTreeNode
 

Public Types

typedef std::vector< DTreeDForest
 
typedef std::vector< DForestDForestColl
 
typedef std::map< int, int > DForestMap
 
typedef std::vector< DTreeNodeDTree
 

Public Member Functions

 L1TMuonEndCapForest ()
 
 ~L1TMuonEndCapForest ()
 

Public Attributes

DForestColl forest_coll_
 
DForestMap forest_map_
 
unsigned version_
 

Private Member Functions

template<class Archive >
void serialize (Archive &ar, const unsigned int version)
 

Friends

class boost::serialization::access
 
template<typename CondSerializationT , typename Enabled >
struct cond::serialization::access
 

Detailed Description

Definition at line 15 of file L1TMuonEndCapForest.h.

Member Typedef Documentation

typedef std::vector<DTree> L1TMuonEndCapForest::DForest

Definition at line 32 of file L1TMuonEndCapForest.h.

Definition at line 33 of file L1TMuonEndCapForest.h.

typedef std::map<int, int> L1TMuonEndCapForest::DForestMap

Definition at line 34 of file L1TMuonEndCapForest.h.

typedef std::vector<DTreeNode> L1TMuonEndCapForest::DTree

Definition at line 31 of file L1TMuonEndCapForest.h.

Constructor & Destructor Documentation

L1TMuonEndCapForest::L1TMuonEndCapForest ( )
inline

Definition at line 40 of file L1TMuonEndCapForest.h.

References version_.

40 { version_ = 0; }
L1TMuonEndCapForest::~L1TMuonEndCapForest ( )
inline

Definition at line 41 of file L1TMuonEndCapForest.h.

41 {}

Member Function Documentation

template<class Archive >
void L1TMuonEndCapForest::serialize ( Archive &  ar,
const unsigned int  version 
)
private

Friends And Related Function Documentation

friend class boost::serialization::access
friend

Definition at line 43 of file L1TMuonEndCapForest.h.

template<typename CondSerializationT , typename Enabled >
friend struct cond::serialization::access
friend

Definition at line 43 of file L1TMuonEndCapForest.h.

Member Data Documentation

DForestColl L1TMuonEndCapForest::forest_coll_

Definition at line 37 of file L1TMuonEndCapForest.h.

Referenced by PtAssignmentEngine::load().

DForestMap L1TMuonEndCapForest::forest_map_

Definition at line 38 of file L1TMuonEndCapForest.h.

Referenced by PtAssignmentEngine::load().

unsigned L1TMuonEndCapForest::version_

Definition at line 36 of file L1TMuonEndCapForest.h.

Referenced by L1TMuonEndCapForest().