CMS 3D CMS Logo

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

#include <CastorShowerLibraryInfo.h>

Inheritance diagram for CastorShowerLibraryInfo:

Public Member Functions

 CastorShowerLibraryInfo ()
 
 ClassDefOverride (CastorShowerLibraryInfo, 2)
 
void Clear (Option_t *option="") override
 
 ~CastorShowerLibraryInfo () override
 

Public Attributes

SLBin Energy
 
SLBin Eta
 
SLBin Phi
 

Detailed Description

Definition at line 41 of file CastorShowerLibraryInfo.h.

Constructor & Destructor Documentation

◆ CastorShowerLibraryInfo()

CastorShowerLibraryInfo::CastorShowerLibraryInfo ( )

Definition at line 4 of file CastorShowerLibraryInfo.cc.

4  {
5  // Clear();
6  // std::cout << "\n *** CastorShowerLibraryInfo object created *** " << std::endl;
7 }

◆ ~CastorShowerLibraryInfo()

CastorShowerLibraryInfo::~CastorShowerLibraryInfo ( )
override

Definition at line 9 of file CastorShowerLibraryInfo.cc.

9 {}

Member Function Documentation

◆ ClassDefOverride()

CastorShowerLibraryInfo::ClassDefOverride ( CastorShowerLibraryInfo  ,
 
)

◆ Clear()

void CastorShowerLibraryInfo::Clear ( Option_t *  option = "")
override

Definition at line 11 of file CastorShowerLibraryInfo.cc.

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

11  {
12  Energy.Clear();
13  Eta.Clear();
14  Phi.Clear();
15 }
void Clear(Option_t *option="") override

Member Data Documentation

◆ Energy

SLBin CastorShowerLibraryInfo::Energy

◆ Eta

SLBin CastorShowerLibraryInfo::Eta

◆ Phi

SLBin CastorShowerLibraryInfo::Phi