AlignableDTSuperLayer

Macros

Line Code
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
#ifndef Alignment_MuonAlignment_AlignableDTSuperLayer_H
#define Alignment_MuonAlignment_AlignableDTSuperLayer_H

/** \class AlignableDTSuperLayer
 *  The alignable muon DT superlayer.
 *
 *  $Date: Wed Mar 26 22:20:38 CET 2008 $
 *  $Revision: 1.0 $
 *  \author Jim Pivarski - Texas A&M University
 */

#include <iosfwd>
#include <iostream>
#include <vector>

#include "Alignment/CommonAlignment/interface/StructureType.h"
#include "Alignment/CommonAlignment/interface/AlignableDet.h"

#include "Geometry/CommonDetUnit/interface/GeomDet.h"
#include "Alignment/CommonAlignment/interface/AlignableComposite.h"

/// A muon DT SuperLayer ( an AlignableDet )

class AlignableDTSuperLayer : public AlignableDet {
public:
  friend std::ostream &operator<<(std::ostream &, const AlignableDTSuperLayer &);

  /// Constructor
  AlignableDTSuperLayer(const GeomDet *geomDet);
};

#endif  // ALIGNABLE_DT_SUPERLAYER_H