CMS 3D CMS Logo

List of all members | Public Types | Static Public Member Functions
reco::Sub< 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::Sub< T >

Definition at line 110 of file Expressions.h.

Member Typedef Documentation

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

Definition at line 111 of file Expressions.h.

Member Function Documentation

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

Definition at line 112 of file Expressions.h.

Referenced by heavyIonTools.ConfigureHeavyIons::__call__(), editorTools.UserCodeTool::__call__(), HiCoreTools.RestrictInputToAOD::__call__(), trackTools.MakeAODTrackCandidates::__call__(), coreTools.RunOnData::__call__(), runJetUncertainties.RunJetUncertainties::__call__(), metTools.AddMETCollection::__call__(), heavyIonTools.ProductionDefaults::__call__(), editorTools.ChangeSource::__call__(), HiCoreTools.RemoveMCMatching::__call__(), coreTools.RemoveMCMatching::__call__(), trackTools.MakePATTrackCandidates::__call__(), trigTools.SwitchOnTrigger::__call__(), runMETCorrectionsAndUncertainties.RunMETCorrectionsAndUncertainties::__call__(), heavyIonTools.SelectionDefaults::__call__(), HiCoreTools.RemoveAllPATObjectsBut::__call__(), heavyIonTools.DisbaleMonteCarloDeps::__call__(), HiCoreTools.RemoveSpecificPATObjects::__call__(), trigTools.SwitchOnTriggerStandAlone::__call__(), trackTools.MakeTrackCandidates::__call__(), tauTools.AddTauCollection::__call__(), trigTools.SwitchOnTriggerMatching::__call__(), HiCoreTools.RemoveCleaning::__call__(), HiCoreTools.AddCleaning::__call__(), trigTools.SwitchOnTriggerMatchingStandAlone::__call__(), trigTools.SwitchOnTriggerMatchEmbedding::__call__(), jetTools.AddJetCollection::__call__(), jetTools.SwitchJetCollection::__call__(), jetTools.UpdateJetCollection::__call__(), jetTools.AddJetID::__call__(), and jetTools.SetTagInfos::__call__().

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