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

Contents of /DarthVader/NDLevel2/src/NDLevel2.cpp

Parent Directory Parent Directory | Revision Log Revision Log


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

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

  ViewVC Help
Powered by ViewVC 1.1.23