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

Annotation of /DarthVader/S4Level2/src/S4Level2.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (hide 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 mocchiut 1.1 #include <S4Level2.h>
2    
3     S4Level2::S4Level2() :
4     S4calibrated(0),
5     S4adc(0) {}
6    
7    
8 mocchiut 1.2 void S4Level2::Clear(){
9     S4calibrated = 0.;
10     S4adc = 0.;
11     }
12    
13 mocchiut 1.1 ClassImp(S4Level2)
14    

  ViewVC Help
Powered by ViewVC 1.1.23