![]() |
![]() |
Public Member Functions | |
JetWrapper () | |
JetWrapper (const l1slhc::L1TowerJet &aJet, const tComparisonDirection &aComparisonDirection) | |
Public Attributes | |
const tComparisonDirection * | mComparisonDirection |
const l1slhc::L1TowerJet * | mJet |
Definition at line 13 of file L1TowerJetFilter1D.cc.
JetWrapper::JetWrapper | ( | ) | [inline] |
Definition at line 16 of file L1TowerJetFilter1D.cc.
: mJet( NULL ), mComparisonDirection( NULL ) { /*....*/ } //constructor
JetWrapper::JetWrapper | ( | const l1slhc::L1TowerJet & | aJet, |
const tComparisonDirection & | aComparisonDirection | ||
) | [inline] |
Definition at line 22 of file L1TowerJetFilter1D.cc.
: mJet( &aJet ), mComparisonDirection( &aComparisonDirection ) { /*....*/ } //constructor
Definition at line 28 of file L1TowerJetFilter1D.cc.
Referenced by operator>().
Definition at line 27 of file L1TowerJetFilter1D.cc.
Referenced by operator>().