00001 // COCOA class implementation file 00002 //Id: HistoDef.cc 00003 //CAT: AnalysisMgr 00004 // 00005 // History: v1.0 00006 // Pedro Arce 00007 00008 #include "Alignment/CocoaAnalysis/interface/HistoDef.h" 00009 #include <math.h> 00010 00011 //@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@2 00012 void HistoDef::init( ALIstring name) 00013 { 00014 theName = name; 00015 theMin = ALI_DBL_MAX; 00016 theMax = -ALI_DBL_MAX; 00017 }