/[PAMELA software]/DarthVader/S4Level2/src/S4Level2.cpp
ViewVC logotype

Contents of /DarthVader/S4Level2/src/S4Level2.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download)
Fri Jun 30 09:22:01 2006 UTC (18 years, 5 months ago) by mocchiut
Branch: MAIN
CVS Tags: v1r01beta
Changes since 1.1: +5 -0 lines
Memory leak bug fixed

1 #include <S4Level2.h>
2
3 S4Level2::S4Level2() :
4 S4calibrated(0),
5 S4adc(0) {}
6
7
8 void S4Level2::Clear(){
9 S4calibrated = 0.;
10 S4adc = 0.;
11 }
12
13 ClassImp(S4Level2)
14

  ViewVC Help
Powered by ViewVC 1.1.23