CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
LMFSextuple.h
Go to the documentation of this file.
1 #ifndef LMFSEXTUPLE_H
2 #define LMFSEXTUPLE_H
3 
4 
5 /*
6  Copyright (c) Giovanni.Organtini@roma1.infn.it 2010
7  */
8 
12 class LMFSextuple {
13  public:
15  float p[3];
16  Tm t[3];
17 };
18 
19 #endif
float p[3]
Definition: LMFSextuple.h:14
Definition: Tm.h:14