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