CMS 3D CMS Logo

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

#include <CastorRawCollections.h>

Public Member Functions

 CastorRawCollections ()
 
 ~CastorRawCollections ()
 

Public Attributes

std::vector< HcalCalibDataFrame > * calibCont
 
std::vector< CastorDataFrame > * castorCont
 
std::vector
< CastorTriggerPrimitiveDigi > * 
tpCont
 
std::vector< HcalTTPDigi > * ttp
 

Detailed Description

CastorRawCollections

Author
Alan Campbell
Version
1st Version April 18, 2008

Definition at line 17 of file CastorRawCollections.h.

Constructor & Destructor Documentation

CastorRawCollections::CastorRawCollections ( )

Definition at line 3 of file CastorRawCollections.cc.

References calibCont, castorCont, tpCont, and ttp.

3  {
4  castorCont=0;
5  tpCont=0;
6  calibCont=0;
7  ttp=0;
8 }
std::vector< HcalCalibDataFrame > * calibCont
std::vector< CastorDataFrame > * castorCont
std::vector< CastorTriggerPrimitiveDigi > * tpCont
std::vector< HcalTTPDigi > * ttp
CastorRawCollections::~CastorRawCollections ( )

Definition at line 9 of file CastorRawCollections.cc.

9  {
10 
11 }

Member Data Documentation

std::vector<HcalCalibDataFrame>* CastorRawCollections::calibCont

Definition at line 24 of file CastorRawCollections.h.

Referenced by CastorRawCollections().

std::vector<CastorDataFrame>* CastorRawCollections::castorCont
std::vector<CastorTriggerPrimitiveDigi>* CastorRawCollections::tpCont
std::vector<HcalTTPDigi>* CastorRawCollections::ttp