CMS 3D CMS Logo

LMFSextuple.h
Go to the documentation of this file.
1 #ifndef LMFSEXTUPLE_H
2 #define LMFSEXTUPLE_H
3 
5 
6 /*
7  Last updated by Giovanni.Organtini@roma1.infn.it 2010
8  */
9 
13 class LMFSextuple {
14 public:
16  for (int i = 0; i < 3; i++) {
17  p[i] = 0;
18  t[i].setNull();
19  }
20  };
21  float p[3];
22  Tm t[3];
23 };
24 
25 #endif
float p[3]
Definition: LMFSextuple.h:20
Definition: Tm.h:13
void setNull()
Definition: Tm.cc:54