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
 
std::vector< ZDCDataFrame > * zdcCont
 

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, ttp, and zdcCont.

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

Definition at line 10 of file CastorRawCollections.cc.

10  {
11 
12 }

Member Data Documentation

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

Definition at line 25 of file CastorRawCollections.h.

Referenced by CastorRawCollections().

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