#include <VetoShower.h>
Public Member Functions | |
| PlankToShw () | |
| PlankToShw (const AtmosShieldPlank *, float, float) | |
| ClassDef (PlankToShw, 1) | |
Public Attributes | |
| int | Plane |
| short | Section |
| float | PlankPE |
| float | DZ |
| float | DSteel |
|
|
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 }
|
|
||||||||||||||||
|
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 }
|
|
||||||||||||
|
|
|
|
Definition at line 21 of file VetoShower.h. Referenced by PlankToShw(). |
|
|
Definition at line 20 of file VetoShower.h. Referenced by PlankToShw(). |
|
|
Definition at line 16 of file VetoShower.h. |
|
|
Definition at line 18 of file VetoShower.h. Referenced by PlankToShw(). |
|
|
Definition at line 17 of file VetoShower.h. Referenced by PlankToShw(). |
1.3.9.1