CMS 3D CMS Logo

AlignmentDetector.cc

Go to the documentation of this file.
00001 
00010 #include "Alignment/MuonStandaloneAlgorithm/interface/AlignmentDetector.h"
00011 
00012 
00013 
00014 AlignmentDetector::AlignmentDetector(){}
00015 
00016 AlignmentDetector::~AlignmentDetector(){}
00017 
00018 void AlignmentDetector::setAlignmentDetector(long raw_, int index_) {
00019   theRawId = raw_;
00020   theIndex = index_; 
00021 }
00022 
00023 long AlignmentDetector::rawId() const {return theRawId;} 
00024  
00025 int AlignmentDetector::index() const {return theIndex;}
00026 
00027 

Generated on Tue Jun 9 17:24:12 2009 for CMSSW by  doxygen 1.5.4