CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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

RBCChamberORLogic* createChamberORLogic ( )

Definition at line 14 of file LogicImp.cc.

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

RBCPatternLogic* createPatternLogic ( )

Definition at line 15 of file LogicImp.cc.

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

15 { return new RBCPatternLogic() ;}
TTUPointingLogic* createPointingLogic ( )

Definition at line 20 of file LogicImp.cc.

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

20 { return new TTUPointingLogic() ;}
TTUSectorORLogic* createSectorORLogic ( )

Definition at line 17 of file LogicImp.cc.

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

17 { return new TTUSectorORLogic() ;}
RBCTestLogic* createTestLogic ( )

Definition at line 13 of file LogicImp.cc.

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

13 { return new RBCTestLogic() ;}
TTUTrackingAlg* createTrackingAlg ( )

Definition at line 16 of file LogicImp.cc.

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

16 { return new TTUTrackingAlg() ;}
TTUTwoORLogic* createTwoORLogic ( )

Definition at line 18 of file LogicImp.cc.

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

18 { return new TTUTwoORLogic() ;}
TTUWedgeORLogic* createWedgeORLogic ( )

Definition at line 19 of file LogicImp.cc.

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

19 { return new TTUWedgeORLogic() ;}