CMS 3D CMS Logo

Public Member Functions | Public Attributes

CastorCollections Class Reference

#include <CastorCollections.h>

List of all members.

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.

                                     {
  castorCont=0;
  tpCont=0;
  calibCont=0;
}
CastorCollections::~CastorCollections ( )

Definition at line 9 of file CastorCollections.cc.

                                      {
 
}

Member Data Documentation

Definition at line 24 of file CastorCollections.h.

Referenced by CastorCollections().

Definition at line 25 of file CastorCollections.h.

Referenced by CastorCollections().