CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_5/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  Last updated by  Giovanni.Organtini@roma1.infn.it 2010
00007  */
00008 
00012 class LMFSextuple {
00013  public:
00014   LMFSextuple() {
00015     for (int i = 0; i < 3; i++) {
00016       p[i] = 0;
00017       t[i].setNull();
00018     }
00019   };
00020   float p[3];
00021   Tm    t[3];
00022 };
00023 
00024 #endif