CMS 3D CMS Logo

AlignmentDetector Class Reference

Date
2006/11/03 16:25:34
Revision
1.1
More...

#include <Alignment/MuonStandaloneAlgorithm/interface/AlignmentDetector.h>

List of all members.

Public Member Functions

 AlignmentDetector ()
int index () const
long rawId () const
void setAlignmentDetector (long, int)
 ~AlignmentDetector ()

Private Attributes

int theIndex
long theRawId


Detailed Description

Date
2006/11/03 16:25:34
Revision
1.1

Author:
P. Martinez Ruiz del Arbol, IFCA (CSIC-UC) <Pablo.Martinez@cern.ch>

Definition at line 18 of file AlignmentDetector.h.


Constructor & Destructor Documentation

AlignmentDetector::AlignmentDetector (  ) 

Definition at line 14 of file AlignmentDetector.cc.

00014 {}

AlignmentDetector::~AlignmentDetector (  ) 

Definition at line 16 of file AlignmentDetector.cc.

00016 {}


Member Function Documentation

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 23 of file AlignmentDetector.cc.

References theRawId.

00023 {return theRawId;} 

void AlignmentDetector::setAlignmentDetector ( long  raw_,
int  index_ 
)

Definition at line 18 of file AlignmentDetector.cc.

References theIndex, and theRawId.

Referenced by TrackAlignment::analyze().

00018                                                                   {
00019   theRawId = raw_;
00020   theIndex = index_; 
00021 }


Member Data Documentation

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().


The documentation for this class was generated from the following files:
Generated on Tue Jun 9 18:14:27 2009 for CMSSW by  doxygen 1.5.4