CMS 3D CMS Logo

Public Member Functions | Public Attributes

CastorShowerLibraryInfo Class Reference

#include <CastorShowerLibraryInfo.h>

List of all members.

Public Member Functions

 CastorShowerLibraryInfo ()
 ClassDef (CastorShowerLibraryInfo, 1)
void Clear ()
 ~CastorShowerLibraryInfo ()

Public Attributes

SLBin Energy
SLBin Eta
SLBin Phi

Detailed Description

Definition at line 37 of file CastorShowerLibraryInfo.h.


Constructor & Destructor Documentation

CastorShowerLibraryInfo::CastorShowerLibraryInfo ( )
CastorShowerLibraryInfo::~CastorShowerLibraryInfo ( )

Definition at line 11 of file CastorShowerLibraryInfo.cc.

{}

Member Function Documentation

CastorShowerLibraryInfo::ClassDef ( CastorShowerLibraryInfo  ,
 
)
void CastorShowerLibraryInfo::Clear ( )

Definition at line 14 of file CastorShowerLibraryInfo.cc.

References SLBin::Clear(), Energy, Eta, and Phi.

                                    {
   Energy.Clear();
   Eta.Clear();
   Phi.Clear();
}

Member Data Documentation