CMS 3D CMS Logo

Functions
LogicImp.cc File Reference
#include "L1Trigger/RPCTechnicalTrigger/interface/LogicImp.h"

Go to the source code of this file.

Functions

RBCChamberORLogiccreateChamberORLogic ()
 
RBCPatternLogiccreatePatternLogic ()
 
TTUPointingLogiccreatePointingLogic ()
 
TTUSectorORLogiccreateSectorORLogic ()
 
RBCTestLogiccreateTestLogic ()
 
TTUTrackingAlgcreateTrackingAlg ()
 
TTUTwoORLogiccreateTwoORLogic ()
 
TTUWedgeORLogiccreateWedgeORLogic ()
 

Function Documentation

◆ createChamberORLogic()

RBCChamberORLogic* createChamberORLogic ( )

Definition at line 13 of file LogicImp.cc.

Referenced by LogicTool< GenLogic >::initialise().

◆ createPatternLogic()

RBCPatternLogic* createPatternLogic ( )

Definition at line 14 of file LogicImp.cc.

Referenced by LogicTool< GenLogic >::initialise().

14 { return new RBCPatternLogic(); }

◆ createPointingLogic()

TTUPointingLogic* createPointingLogic ( )

Definition at line 19 of file LogicImp.cc.

Referenced by LogicTool< GenLogic >::initialise().

19 { return new TTUPointingLogic(); }

◆ createSectorORLogic()

TTUSectorORLogic* createSectorORLogic ( )

Definition at line 16 of file LogicImp.cc.

Referenced by LogicTool< GenLogic >::initialise().

16 { return new TTUSectorORLogic(); }

◆ createTestLogic()

RBCTestLogic* createTestLogic ( )

Definition at line 12 of file LogicImp.cc.

Referenced by LogicTool< GenLogic >::initialise().

12 { return new RBCTestLogic(); }

◆ createTrackingAlg()

TTUTrackingAlg* createTrackingAlg ( )

Definition at line 15 of file LogicImp.cc.

Referenced by LogicTool< GenLogic >::initialise().

15 { return new TTUTrackingAlg(); }

◆ createTwoORLogic()

TTUTwoORLogic* createTwoORLogic ( )

Definition at line 17 of file LogicImp.cc.

Referenced by LogicTool< GenLogic >::initialise().

17 { return new TTUTwoORLogic(); }

◆ createWedgeORLogic()

TTUWedgeORLogic* createWedgeORLogic ( )

Definition at line 18 of file LogicImp.cc.

Referenced by LogicTool< GenLogic >::initialise().

18 { return new TTUWedgeORLogic(); }