![]() |
![]() |
#include "FWCore/Framework/interface/EDProducer.h"
#include "DataFormats/DTRecHit/interface/DTRecSegment4DCollection.h"
#include "DataFormats/CSCRecHit/interface/CSCSegmentCollection.h"
#include "DataFormats/TrackReco/interface/Track.h"
#include "Alignment/MuonStandaloneAlgorithm/interface/TrackForAlignment.h"
#include "RecoMuon/TrackingTools/interface/MuonServiceProxy.h"
#include "RecoMuon/TrackingTools/interface/MuonUpdatorAtVertex.h"
#include "FWCore/Framework/interface/ESHandle.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/ServiceRegistry/interface/Service.h"
#include "TMatrixD.h"
#include "DataFormats/CLHEP/interface/AlgebraicObjects.h"
Go to the source code of this file.
Namespaces | |
namespace | edm |
Classes | |
class | MuonStandaloneAlgorithm |
This class contains all the useful information needed by the Alignment Algorithm. More... | |
Typedefs | |
typedef std::vector < std::vector< int > > | intDVector |
typedef std::vector < TrackingRecHit * > | RecHitVector |
typedef std::vector< std::vector<int> > intDVector |
Definition at line 46 of file MuonStandaloneAlgorithm.h.
typedef std::vector<TrackingRecHit *> RecHitVector |
Definition at line 49 of file MuonStandaloneAlgorithm.h.