#include "RecoMuon/L2MuonSeedGenerator/src/L2MuonSeedGeneratorFromL1T.h"
#include "FWCore/Framework/interface/ConsumesCollector.h"
#include "FWCore/Framework/interface/EventSetup.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "FWCore/ParameterSet/interface/ConfigurationDescriptions.h"
#include "TrackingTools/TrajectoryParametrization/interface/GlobalTrajectoryParameters.h"
#include "TrackingTools/TrajectoryParametrization/interface/CurvilinearTrajectoryError.h"
#include "TrackingTools/TrajectoryState/interface/TrajectoryStateOnSurface.h"
#include "TrackingTools/TrajectoryState/interface/FreeTrajectoryState.h"
#include "TrackingTools/TrajectoryState/interface/TrajectoryStateTransform.h"
#include "TrackingTools/KalmanUpdators/interface/Chi2MeasurementEstimator.h"
#include "TrackingTools/DetLayers/interface/DetLayer.h"
#include "RecoMuon/TrackingTools/interface/MuonServiceProxy.h"
#include "RecoMuon/TrackingTools/interface/MuonPatternRecoDumper.h"
Go to the source code of this file.
Functions | |
bool | sortByL1Pt (L2MuonTrajectorySeed &A, L2MuonTrajectorySeed &B) |
bool | sortByL1QandPt (L2MuonTrajectorySeed &A, L2MuonTrajectorySeed &B) |
bool sortByL1Pt | ( | L2MuonTrajectorySeed & | A, |
L2MuonTrajectorySeed & | B | ||
) |
Definition at line 47 of file L2MuonSeedGeneratorFromL1T.cc.
References TtFullHadDaughter::B.
Referenced by L2MuonSeedGeneratorFromL1T::produce().
bool sortByL1QandPt | ( | L2MuonTrajectorySeed & | A, |
L2MuonTrajectorySeed & | B | ||
) |
Definition at line 53 of file L2MuonSeedGeneratorFromL1T.cc.
References TtFullHadDaughter::B.
Referenced by L2MuonSeedGeneratorFromL1T::produce().