|
||||
File indexing completed on 2024-04-06 12:14:16
0001 /////////////////////////////////////////////////////////////////////////////// 0002 // File: CaloNumberingScheme.cc 0003 // Description: Base class for numbering scheme of calorimeters 0004 /////////////////////////////////////////////////////////////////////////////// 0005 #include "Geometry/CaloGeometry/interface/CaloNumberingScheme.h" 0006 0007 CaloNumberingScheme::CaloNumberingScheme(int iv) : verbosity(iv) {} 0008 0009 void CaloNumberingScheme::setVerbosity(const int iv) { verbosity = iv; }
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |