CMS 3D CMS Logo

All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
BeamHaloSummary.cc
Go to the documentation of this file.
2 
3 /*
4  [class]: BeamHaloSummary
5  [authors]: R. Remington, The University of Florida
6  [description]: See BeamHaloSummary.h
7  [date]: October 15, 2009
8 */
9 
10 using namespace reco;
11 
13 {
14  for( unsigned int i = 0 ; i < 2 ; i++ )
15  {
16  HcalHaloReport.push_back(0);
17  EcalHaloReport.push_back(0);
18  CSCHaloReport.push_back(0);
19  GlobalHaloReport.push_back(0);
20 
21  }
22 }
23 
25 {
26 
27 }
28 
29 
int i
Definition: DBlmapReader.cc:9
std::vector< char > CSCHaloReport
std::vector< char > EcalHaloReport
std::vector< char > GlobalHaloReport
std::vector< char > HcalHaloReport