|
||||
File indexing completed on 2024-04-06 11:55:59
0001 // COCOA class implementation file 0002 //Id: HistoDef.cc 0003 //CAT: AnalysisMgr 0004 // 0005 // History: v1.0 0006 // Pedro Arce 0007 0008 #include "Alignment/CocoaFit/interface/HistoDef.h" 0009 #include <cmath> 0010 0011 //@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@2 0012 void HistoDef::init(ALIstring name) { 0013 theName = name; 0014 theMin = ALI_DBL_MAX; 0015 theMax = -ALI_DBL_MAX; 0016 }
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |