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 < 6 ; i++ )
15  {
16  CSCHaloReport.push_back(0);
17  if( i < 2 )
18  {
19  GlobalHaloReport.push_back(0);
20  HcalHaloReport.push_back(0);
21  EcalHaloReport.push_back(0);
22  }
23  }
24 }
25 
27 {
28 
29 }
30 
31 
int i
Definition: DBlmapReader.cc:9
std::vector< char > CSCHaloReport
std::vector< char > EcalHaloReport
std::vector< char > GlobalHaloReport
std::vector< char > HcalHaloReport