#include <Alignment/MuonStandaloneAlgorithm/interface/AlignmentDetector.h>
Public Member Functions | |
AlignmentDetector () | |
int | index () const |
long | rawId () const |
void | setAlignmentDetector (long, int) |
~AlignmentDetector () | |
Private Attributes | |
int | theIndex |
long | theRawId |
Definition at line 18 of file AlignmentDetector.h.
AlignmentDetector::AlignmentDetector | ( | ) |
AlignmentDetector::~AlignmentDetector | ( | ) |
int AlignmentDetector::index | ( | ) | const |
Definition at line 25 of file AlignmentDetector.cc.
References theIndex.
Referenced by TrackAlignment::analyze().
00025 {return theIndex;}
long AlignmentDetector::rawId | ( | ) | const |
Definition at line 18 of file AlignmentDetector.cc.
References theIndex, and theRawId.
Referenced by TrackAlignment::analyze().
int AlignmentDetector::theIndex [private] |
Definition at line 49 of file AlignmentDetector.h.
Referenced by index(), and setAlignmentDetector().
long AlignmentDetector::theRawId [private] |
Definition at line 48 of file AlignmentDetector.h.
Referenced by rawId(), and setAlignmentDetector().