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_0__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.

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

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

◆ s_filler_0__LINE__()

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

◆ s_maker__LINE__()

static const edm::MakerPluginFactory ::PMaker< edm::WorkerMaker< FCDTask > > s_maker__LINE__ ( "FCDTask"  )
static