CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Types | Static Public Member Functions
reco::Add< T > Struct Template Reference

#include <Expressions.h>

Public Types

typedef T RetType
 

Static Public Member Functions

static RetType apply (const RetType &a, const RetType &b)
 

Detailed Description

template<class T>
struct reco::Add< T >

Definition at line 103 of file Expressions.h.

Member Typedef Documentation

template<class T >
typedef T reco::Add< T >::RetType

Definition at line 104 of file Expressions.h.

Member Function Documentation

template<class T >
static RetType reco::Add< T >::apply ( const RetType a,
const RetType b 
)
inlinestatic

Definition at line 105 of file Expressions.h.

Referenced by electronTools.AddElectronUserIsolation::__call__(), photonTools.AddPhotonUserIsolation::__call__(), heavyIonTools.ConfigureHeavyIons::__call__(), metTools.AddTcMET::__call__(), muonTools.AddMuonUserIsolation::__call__(), python.editorTools.UserCodeTool::__call__(), coreTools.RestrictInputToAOD::__call__(), HiCoreTools.RestrictInputToAOD::__call__(), trackTools.MakeAODTrackCandidates::__call__(), heavyIonTools.ProductionDefaults::__call__(), python.editorTools.ChangeSource::__call__(), metTools.AddPfMET::__call__(), HiCoreTools.RemoveMCMatching::__call__(), coreTools.RunOnData::__call__(), trackTools.MakePATTrackCandidates::__call__(), trigTools.SwitchOnTrigger::__call__(), coreTools.RemoveMCMatching::__call__(), heavyIonTools.SelectionDefaults::__call__(), HiCoreTools.RemoveAllPATObjectsBut::__call__(), heavyIonTools.DisbaleMonteCarloDeps::__call__(), jetTools.AddJetCollection::__call__(), HiCoreTools.RemoveSpecificPATObjects::__call__(), coreTools.RemoveAllPATObjectsBut::__call__(), trigTools.SwitchOnTriggerStandAlone::__call__(), trackTools.MakeTrackCandidates::__call__(), coreTools.RemoveSpecificPATObjects::__call__(), cmsswVersionTools.AddJetCollection35X::__call__(), tauTools.AddTauCollection::__call__(), HiCoreTools.RemoveCleaning::__call__(), trigTools.SwitchOnTriggerMatching::__call__(), HiCoreTools.AddCleaning::__call__(), coreTools.RemoveCleaning::__call__(), coreTools.AddCleaning::__call__(), jetTools.SwitchJetCollection::__call__(), trigTools.SwitchOnTriggerMatchingStandAlone::__call__(), cmsswVersionTools.SwitchJetCollection35X::__call__(), trigTools.SwitchOnTriggerMatchEmbedding::__call__(), jetTools.AddJetID::__call__(), jetTools.SetTagInfos::__call__(), trigTools.RemoveCleaningFromTriggerMatching::__call__(), and jetTools.SwitchJetCorrLevels::__call__().

106  {return ( a + b );}
double b
Definition: hdecay.h:120
double a
Definition: hdecay.h:121