Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

PlankToShw Class Reference

#include <VetoShower.h>

List of all members.

Public Member Functions

 PlankToShw ()
 PlankToShw (const AtmosShieldPlank *, float, float)
 ClassDef (PlankToShw, 1)

Public Attributes

int Plane
short Section
float PlankPE
float DZ
float DSteel


Constructor & Destructor Documentation

PlankToShw::PlankToShw  ) 
 

Definition at line 24 of file VetoShower.cxx.

References DSteel, DZ, PlankPE, and Section.

00024                        {
00025   Plane = 0;
00026   Section = 0;
00027   PlankPE = 0.;
00028   DZ = 0.;
00029   DSteel = 0.;
00030 }

PlankToShw::PlankToShw const AtmosShieldPlank ,
float  ,
float 
 

Definition at line 32 of file VetoShower.cxx.

References DSteel, DZ, AtmosShieldPlank::Plane, PlankPE, AtmosShieldPlank::QPE, AtmosShieldPlank::Section, and Section.

00033                                      {
00034   Plane = plank->Plane;
00035   Section = plank->Section;
00036   PlankPE = plank->QPE[0] + plank->QPE[1];
00037   DZ = dz;
00038   DSteel = dsteel;
00039 }


Member Function Documentation

PlankToShw::ClassDef PlankToShw  ,
 


Member Data Documentation

float PlankToShw::DSteel
 

Definition at line 21 of file VetoShower.h.

Referenced by PlankToShw().

float PlankToShw::DZ
 

Definition at line 20 of file VetoShower.h.

Referenced by PlankToShw().

int PlankToShw::Plane
 

Definition at line 16 of file VetoShower.h.

float PlankToShw::PlankPE
 

Definition at line 18 of file VetoShower.h.

Referenced by PlankToShw().

short PlankToShw::Section
 

Definition at line 17 of file VetoShower.h.

Referenced by PlankToShw().


The documentation for this class was generated from the following files:
Generated on Mon Feb 15 11:10:03 2010 for loon by  doxygen 1.3.9.1