CMS 3D CMS Logo

Functions
FCDTask.cc File Reference
#include "DQM/HcalTasks/interface/FCDTask.h"

Go to the source code of this file.

Functions

bool operator== (const FCDTask::FCDChannel &lhs, const FCDTask::FCDChannel &rhs)
 
static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker< edm::ParameterSetDescriptionFiller< FCDTask > > s_filler__LINE__ ("FCDTask")
 
static const edm::MakerPluginFactory ::PMaker< edm::WorkerMaker< FCDTask > > s_maker__LINE__ ("FCDTask")
 

Function Documentation

◆ operator==()

bool operator== ( const FCDTask::FCDChannel lhs,
const FCDTask::FCDChannel rhs 
)

Definition at line 4 of file FCDTask.cc.

4  {
5  return ((lhs.crate == rhs.crate) && (lhs.slot == rhs.slot) && (lhs.fiber == rhs.fiber) &&
6  (lhs.fiberChannel == rhs.fiberChannel));
7 }

References FCDTask::FCDChannel::crate, FCDTask::FCDChannel::fiber, FCDTask::FCDChannel::fiberChannel, and FCDTask::FCDChannel::slot.

◆ s_filler__LINE__()

static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker<edm::ParameterSetDescriptionFiller< FCDTask > > s_filler__LINE__ ( "FCDTask"  )
static

◆ s_maker__LINE__()

static const edm::MakerPluginFactory ::PMaker< edm::WorkerMaker< FCDTask > > s_maker__LINE__ ( "FCDTask"  )
static
FCDTask::FCDChannel::fiber
int fiber
Definition: FCDTask.h:18
FCDTask::FCDChannel::slot
int slot
Definition: FCDTask.h:17
FCDTask::FCDChannel::crate
int crate
Definition: FCDTask.h:16
FCDTask::FCDChannel::fiberChannel
int fiberChannel
Definition: FCDTask.h:19