CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_5/src/SimG4CMS/Forward/src/TotemT1NumberingScheme.cc

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 //
00003 // Package:     Forward
00004 // Class  :     TotemT1NumberingScheme
00005 //
00006 // Implementation:
00007 //     <Notes on implementation>
00008 //
00009 // Original Author: 
00010 //         Created:  Tue May 16 10:14:34 CEST 2006
00011 // $Id: TotemT1NumberingScheme.cc,v 1.1 2006/05/17 16:18:58 sunanda Exp $
00012 //
00013 
00014 // system include files
00015 
00016 // user include files
00017 #include "SimG4CMS/Forward/interface/TotemT1NumberingScheme.h"
00018 #include "FWCore/MessageLogger/interface/MessageLogger.h"
00019 
00020 //
00021 // constructors and destructor
00022 //
00023 TotemT1NumberingScheme::TotemT1NumberingScheme(int i) {
00024 
00025   edm::LogInfo("ForwardSim") << " Creating TotemT1NumberingScheme";
00026   SetCurrentDetectorPosition(i);
00027 }
00028 
00029 TotemT1NumberingScheme::~TotemT1NumberingScheme() {
00030   edm::LogInfo("ForwardSim") << " Deleting TotemT1NumberingScheme";
00031 }