#include "L1Trigger/RPCTechnicalTrigger/interface/LogicImp.h"
Go to the source code of this file.
Functions | |
RBCChamberORLogic * | createChamberORLogic () |
RBCPatternLogic * | createPatternLogic () |
TTUPointingLogic * | createPointingLogic () |
TTUSectorORLogic * | createSectorORLogic () |
RBCTestLogic * | createTestLogic () |
TTUTrackingAlg * | createTrackingAlg () |
TTUTwoORLogic * | createTwoORLogic () |
TTUWedgeORLogic * | createWedgeORLogic () |
RBCChamberORLogic* createChamberORLogic | ( | ) |
Definition at line 14 of file LogicImp.cc.
Referenced by LogicTool< RBCLogic >::initialise().
{ return new RBCChamberORLogic() ;}
RBCPatternLogic* createPatternLogic | ( | ) |
Definition at line 15 of file LogicImp.cc.
Referenced by LogicTool< RBCLogic >::initialise().
{ return new RBCPatternLogic() ;}
TTUPointingLogic* createPointingLogic | ( | ) |
Definition at line 20 of file LogicImp.cc.
Referenced by LogicTool< RBCLogic >::initialise().
{ return new TTUPointingLogic() ;}
TTUSectorORLogic* createSectorORLogic | ( | ) |
Definition at line 17 of file LogicImp.cc.
Referenced by LogicTool< RBCLogic >::initialise().
{ return new TTUSectorORLogic() ;}
RBCTestLogic* createTestLogic | ( | ) |
Definition at line 13 of file LogicImp.cc.
Referenced by LogicTool< RBCLogic >::initialise().
{ return new RBCTestLogic() ;}
TTUTrackingAlg* createTrackingAlg | ( | ) |
Definition at line 16 of file LogicImp.cc.
Referenced by LogicTool< RBCLogic >::initialise().
{ return new TTUTrackingAlg() ;}
TTUTwoORLogic* createTwoORLogic | ( | ) |
Definition at line 18 of file LogicImp.cc.
Referenced by LogicTool< RBCLogic >::initialise().
{ return new TTUTwoORLogic() ;}
TTUWedgeORLogic* createWedgeORLogic | ( | ) |
Definition at line 19 of file LogicImp.cc.
Referenced by LogicTool< RBCLogic >::initialise().
{ return new TTUWedgeORLogic() ;}