HARPO  5.1.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
HarpoPedsRaw.cxx
Go to the documentation of this file.
1 //
4 //
6 //
8 
9 #include "HarpoPedsRaw.h"
10 #include <iostream>
11 
12 ClassImp(HarpoPedsRaw)
13 
14 void HarpoPedsRaw::clear()
16 {
17  nRun = 0;
18  Plane = -1;
19  Pass = -1;
20  CardNo = -1;
21  for( int i=0; i < NCHIP * NCHAN;i++) {
22  Mean[i] = 0.0;
23  Sigma[i]= -1.0;
24  }
25 }
26 
27 // EOF HarpoPedsRaw.cxx
#define NCHAN
Definition: HarpoDccMap.h:16
#define NCHIP
Definition: HarpoPedsRaw.h:11