The objective
The plan is: create a MarlinTPC processor chain that completely reflects the MultiFit reconstruction chain.
Use data taken with the MediTPC.
The chain
The first thing you need is the raw data from your detector. This LCIO file might have a single collection inside of the type Tracker'Raw'Data with the default name 'TPCRawData'.
In a table like fashion:
step |
Processor name |
Data output type |
Default collection name |
Data conversion |
"Tracker'Raw'Data'To'Data'Converter'Processor" |
TrackerData |
!TPCConvertedData |
Pedestal Calculation |
"Pedestal'Calculator" |
!LCGenericObject |
!TPCPedestal |
Pedestal Subtraction |
"Pedestal'Subtractor'Processor" |
TrackerData |
!TPCData |
Pulse finding |
"Pulse'Finder'Processor" |
TrackerPulse |
!TPCPulses |
Channel mapping |
"Channel'Mapper'Processor" |
TrackerPulse |
!TPCPulsesMapped |
Hit finding |
"?" |
??? |
??? |