#include "AliMUON.h"
#include "AliMUONConstants.h"
#include "AliMUONHit.h"
-#include "AliMUONLocalTrigger.h"
+//#include "AliMUONLocalTrigger.h"
#include "AliMUONTriggerCircuit.h"
#include "AliMUONDataInterface.h"
#include "TDatabasePDG.h"
case kFromLocalTriggers:
Assert( module != NULL );
- DebugMsg(4, "Taking kFromLocalTriggers branch...");
+ DebugMsg(4, "THIS OPTION IS DEPRICATED!!!");
+/* THIS CODE IS DEPRICATED (to be removed)
for (Int_t i = 0; i < data->NumberOfLocalTriggers(); i++)
{
DebugMsg(4, "for loop: i = " << i);
}
}
}
+*/
break;
default:
case kFromLocalTriggers:
{
+/* THIS CODE IS DEPRICATED (to be removed)
Assert( module != NULL );
AliMUONLocalTrigger* lt = data->LocalTrigger(trigger);
FillTriggerFromLocalTrigger(lt, module, trigdata);
trigdata.TriggerNumber(trigger);
+*/
}
break;
}
+/* THIS CODE IS DEPRICATED (to be removed)
+
void AliHLTMUONTriggerSource::FillTriggerFromLocalTrigger(
AliMUONLocalTrigger* trigger, AliMUON* module, AliHLTMUONTriggerRecord& record
)
DebugMsg(2, "fStation2x = " << record.Station2Point().X());
DebugMsg(2, "fStation2y = " << record.Station2Point().Y());
}
+*/
Bool_t AliHLTMUONTriggerSource::FillTriggerFromHits(
#include "AliRoot/TriggerRecord.hpp"
class AliMUON;
-class AliMUONLocalTrigger;
+//class AliMUONLocalTrigger;
class AliMUONDataInterface;
if the fUseLookupTable is set to true then we use the L0 lookup table to
fill the Pt value otherwise we use the PtCal method in AliMUONTriggerCircuit.
Note the fTriggerNumber parameter is not filled in to 'record'.
+ THIS METHOD IS DEPRICATED
*/
+/*
void FillTriggerFromLocalTrigger(
AliMUONLocalTrigger* trigger, AliMUON* module, AliHLTMUONTriggerRecord& record
);
+*/
/* Fills the TriggerRecord structure from AliMUONHit objects.
The hits on the last 4 chambers are used (i.e. chambers 11 to 14).