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

PlankToTrk Class Reference

#include <VetoTrack.h>

List of all members.

Public Member Functions

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

Public Attributes

int Plane
short Section
float PlankPE
float DZ
float DSteel


Constructor & Destructor Documentation

PlankToTrk::PlankToTrk  ) 
 

Definition at line 24 of file VetoTrack.cxx.

References DSteel, DZ, PlankPE, and Section.

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

PlankToTrk::PlankToTrk const AtmosShieldPlank ,
float  ,
float 
 

Definition at line 32 of file VetoTrack.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

PlankToTrk::ClassDef PlankToTrk  ,
 


Member Data Documentation

float PlankToTrk::DSteel
 

Definition at line 21 of file VetoTrack.h.

Referenced by PlankToTrk().

float PlankToTrk::DZ
 

Definition at line 20 of file VetoTrack.h.

Referenced by PlankToTrk().

int PlankToTrk::Plane
 

Definition at line 16 of file VetoTrack.h.

float PlankToTrk::PlankPE
 

Definition at line 18 of file VetoTrack.h.

Referenced by PlankToTrk().

short PlankToTrk::Section
 

Definition at line 17 of file VetoTrack.h.

Referenced by PlankToTrk().


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