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

Diff of /DarthVader/NDLevel2/src/NDLevel2.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by pam-fi, Fri Jul 21 10:58:10 2006 UTC revision 1.4 by mocchiut, Thu Nov 9 17:05:45 2006 UTC
# Line 1  Line 1 
1  #include <NDLevel2.h>  #include <NDLevel2.h>
2    
3  NDLevel2::NDLevel2() :      NDLevel2::NDLevel2(){
4    upperBack(0),    this->Clear();
5    bottomBack(0),  }
   trigPhysics(0) {}  
   
6    
7  void NDLevel2::Clear(){  void NDLevel2::Clear(){
8    upperBack = 0.;    upperBack = 0.;
9    bottomBack = 0.;    bottomBack = 0.;
10    trigPhysics = 0.;    trigPhysics = 0.;
11      unpackError = 0;
12  }  }
13  /**  /**
14   * Fills a struct cNDLevel2 with values from a NDLevel2 object (to put data into a F77 common).   * Fills a struct cNDLevel2 with values from a NDLevel2 object (to put data into a F77 common).

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.23