CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch9/src/OnlineDB/EcalCondDB/interface/LMFSextuple.h

Go to the documentation of this file.
00001 #ifndef LMFSEXTUPLE_H
00002 #define LMFSEXTUPLE_H
00003 
00004 
00005 /*
00006  Copyright (c) Giovanni.Organtini@roma1.infn.it 2010
00007  */
00008 
00012 class LMFSextuple {
00013  public:
00014   LMFSextuple() {};
00015   float p[3];
00016   Tm    t[3];
00017 };
00018 
00019 #endif