|
| L1TMuonLegacyConverter (const edm::ParameterSet &) |
|
| ~L1TMuonLegacyConverter () |
|
| EDProducer ()=default |
|
| EDProducerBase () |
|
ModuleDescription const & | moduleDescription () const |
|
virtual | ~EDProducerBase () |
|
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
|
std::vector< edm::ProductResolverIndex > const & | indiciesForPutProducts (BranchType iBranchType) const |
|
| ProducerBase () |
|
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
|
std::function< void(BranchDescription const &)> | registrationCallback () const |
| used by the fwk to register list of products More...
|
|
void | resolvePutIndicies (BranchType iBranchType, std::unordered_multimap< std::string, edm::ProductResolverIndex > const &iIndicies, std::string const &moduleLabel) |
|
virtual | ~ProducerBase () noexcept(false) |
|
std::vector< ConsumesInfo > | consumesInfo () const |
|
void | convertCurrentProcessAlias (std::string const &processName) |
| Convert "@currentProcess" in InputTag process names to the actual current process name. More...
|
|
| EDConsumerBase () |
|
| EDConsumerBase (EDConsumerBase const &)=delete |
|
| EDConsumerBase (EDConsumerBase &&)=default |
|
ProductResolverIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
|
void | itemsMayGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const |
|
void | itemsToGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const |
|
std::vector< ProductResolverIndexAndSkipBit > const & | itemsToGetFrom (BranchType iType) const |
|
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
|
void | modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const |
|
EDConsumerBase const & | operator= (EDConsumerBase const &)=delete |
|
EDConsumerBase & | operator= (EDConsumerBase &&)=default |
|
bool | registeredToConsume (ProductResolverIndex, bool, BranchType) const |
|
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
|
void | updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet) |
|
virtual | ~EDConsumerBase () noexcept(false) |
|
|
typedef CacheContexts< T... > | CacheTypes |
|
typedef CacheTypes::GlobalCache | GlobalCache |
|
typedef AbilityChecker< T... > | HasAbility |
|
typedef CacheTypes::LuminosityBlockCache | LuminosityBlockCache |
|
typedef LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > | LuminosityBlockContext |
|
typedef CacheTypes::LuminosityBlockSummaryCache | LuminosityBlockSummaryCache |
|
typedef CacheTypes::RunCache | RunCache |
|
typedef RunContextT< RunCache, GlobalCache > | RunContext |
|
typedef CacheTypes::RunSummaryCache | RunSummaryCache |
|
typedef EDProducerAdaptorBase | ModuleType |
|
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
|
typedef ProductLabels | Labels |
|
static const std::string & | baseType () |
|
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
|
static void | prevalidate (ConfigurationDescriptions &descriptions) |
|
template<typename ProductType , BranchType B = InEvent> |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
|
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
|
template<BranchType B> |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
|
ConsumesCollector | consumesCollector () |
| Use a ConsumesCollector to gather consumes information from helper functions. More...
|
|
template<typename ProductType , BranchType B = InEvent> |
void | consumesMany () |
|
void | consumesMany (const TypeToGet &id) |
|
template<BranchType B> |
void | consumesMany (const TypeToGet &id) |
|
template<typename ProductType , BranchType B = InEvent> |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
|
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
|
template<BranchType B> |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
|
src/L1TMuonLegacyConverter/src/L1TMuonLegacyConverter.cc
L1Trigger/L1TCommon/interface/L1TMuonLegacyConverter.h
Description: conver L1T muons legacy format to stage2 format
Definition at line 47 of file L1TMuonLegacyConverter.h.
Definition at line 98 of file L1TMuonLegacyConverter.cc.
References gather_cfg::cout, DEFINE_FWK_MODULE, MillePedeFileConverter_cfg::e, PVValHelper::eta, edm::EventSetup::get(), edm::Event::getByToken(), L1MuScale::getCenter(), L1MuGMTReadoutRecord::getGMTCands(), L1MuTriggerScales::getGMTEtaScale(), L1MuScale::getLowEdge(), L1MuTriggerScales::getPhiScale(), L1MuTriggerPtScale::getPtScale(), L1MuGMTReadoutCollection::getRecord(), L1MuGMTReadoutCollection::getRecords(), mps_fire::i, createfilelist::int, edm::HandleBase::isValid(), LogDebug, eostools::move(), p4, EnergyCorrector::pt, and edm::Event::put().
101 using namespace edm ;
103 using namespace std ;
109 std::unique_ptr< MuonBxCollection > imdMuonsLegacy(
new MuonBxCollection() );
113 <<
"\nrequested in configuration, but not found in the event." 127 vector< L1MuGMTExtendedCand > simMuCands ;
130 if( !simMuCollection.
isValid() )
135 <<
"\nrequested in configuration, but not found in the event." 148 vector< L1MuGMTReadoutRecord > records = simMuCollection->
getRecords();
149 vector< L1MuGMTReadoutRecord >::const_iterator rItr = records.begin();
150 vector< L1MuGMTReadoutRecord >::const_iterator rEnd = records.end();
152 for( ; rItr != rEnd ; ++rItr )
154 vector< L1MuGMTExtendedCand > tmpCands = rItr->getGMTCands() ;
156 simMuCands.insert( simMuCands.end(),
162 vector< L1MuGMTExtendedCand >::const_iterator muItr = simMuCands.begin() ;
163 vector< L1MuGMTExtendedCand >::const_iterator muEnd = simMuCands.end() ;
164 for(
int i = 0 ; muItr != muEnd ; ++muItr, ++
i )
167 if( !muItr->empty() ){
170 std::cout <<
"pt from muPtScale = " << pt << std::endl;
179 Muon outMu{
p4, (
int)0, (
int)0, (
int)0, (
int)muItr->quality(), (
int)muItr->charge(), (
int)muItr->charge_valid() , (
int)muItr->isol(), (
int)0 , (
int)0,
true, (
int)0, (
int)0, (
int)0 , (
int)muItr->rank() };
180 imdMuonsLegacy->push_back( muItr->bx(), outMu ) ;
186 iEvent.
put(
std::move(imdMuonsLegacy),
"imdMuonsLegacy" );
OrphanHandle< PROD > put(std::unique_ptr< PROD > product)
Put a new product.
std::vector< L1MuGMTExtendedCand > getGMTCands() const
get GMT candidates vector
const L1MuScale * getPtScale() const
get the Pt scale
bool produceMuonParticles_
bool getByToken(EDGetToken token, Handle< PROD > &result) const
virtual float getCenter(unsigned packed) const =0
get the center of bin represented by packed
edm::EDGetTokenT< L1MuGMTReadoutCollection > muonSource_InputToken
PtEtaPhiMLorentzVectorD PtEtaPhiMLorentzVector
Lorentz vector with cartesian internal representation.
const L1MuScale * getPhiScale() const
get the phi scale
edm::InputTag muonSource_InputTag
BXVector< Muon > MuonBxCollection
static const double muonMassGeV_
std::vector< L1MuGMTReadoutRecord > const & getRecords() const
virtual float getLowEdge(unsigned packed) const =0
get the low edge of bin represented by packed
const L1MuScale * getGMTEtaScale() const
get the GMT eta scale
L1MuGMTReadoutRecord const & getRecord(int bx=0) const