CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
CastorCollections Class Reference

#include <CastorCollections.h>

Public Member Functions

 CastorCollections ()
 
 ~CastorCollections ()
 

Public Attributes

const HcalCalibDigiCollectioncalibCont
 
const CastorDigiCollectioncastorCont
 
const HcalTrigPrimDigiCollectiontpCont
 

Detailed Description

CastorCollections

Author
Alan Campbell
Version
1st Version April 18, 2008

Definition at line 17 of file CastorCollections.h.

Constructor & Destructor Documentation

CastorCollections::CastorCollections ( )

Definition at line 4 of file CastorCollections.cc.

References calibCont, castorCont, and tpCont.

4  {
5  castorCont=nullptr;
6  tpCont=nullptr;
7  calibCont=nullptr;
8 }
const CastorDigiCollection * castorCont
const HcalTrigPrimDigiCollection * tpCont
const HcalCalibDigiCollection * calibCont
CastorCollections::~CastorCollections ( )

Definition at line 9 of file CastorCollections.cc.

9  {
10 
11 }

Member Data Documentation

const HcalCalibDigiCollection* CastorCollections::calibCont

Definition at line 24 of file CastorCollections.h.

Referenced by CastorCollections().

const CastorDigiCollection* CastorCollections::castorCont
const HcalTrigPrimDigiCollection* CastorCollections::tpCont

Definition at line 25 of file CastorCollections.h.

Referenced by CastorCollections().