CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
SUSY_HLT_Muon_Hadronic.cc File Reference
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "FWCore/Framework/interface/Frameworkfwd.h"
#include "FWCore/Framework/interface/MakerMacros.h"
#include "FWCore/Common/interface/TriggerNames.h"
#include "DataFormats/HLTReco/interface/TriggerObject.h"
#include "HLTriggerOffline/SUSYBSM/interface/SUSY_HLT_Muon_Hadronic.h"

Go to the source code of this file.

Functions

bool comparePt (Lepton a, Lepton b)
 
static const
edm::ParameterSetDescriptionFillerPluginFactory::PMaker
< edm::ParameterSetDescriptionFiller
< SUSY_HLT_Muon_Hadronic > > 
s_filler__LINE__ ("SUSY_HLT_Muon_Hadronic")
 
static const
edm::MakerPluginFactory::PMaker
< edm::WorkerMaker
< SUSY_HLT_Muon_Hadronic > > 
s_maker__LINE__ ("SUSY_HLT_Muon_Hadronic")
 

Function Documentation

bool comparePt ( Lepton  a,
Lepton  b 
)

Definition at line 8 of file SUSY_HLT_Muon_Hadronic.cc.

References Lepton::pt.

Referenced by SUSY_HLT_Muon_Hadronic::analyze().

8 { return (a.pt > b.pt); }
static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker<edm::ParameterSetDescriptionFiller< SUSY_HLT_Muon_Hadronic > > s_filler__LINE__ ( "SUSY_HLT_Muon_Hadronic"  )
static
static const edm::MakerPluginFactory ::PMaker< edm::WorkerMaker< SUSY_HLT_Muon_Hadronic > > s_maker__LINE__ ( "SUSY_HLT_Muon_Hadronic"  )
static