Size: 1286
Comment:
|
Size: 1295
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 11: | Line 11: |
This LCIO file might have a single collection inside of the type !'''TrackerRawData''' with the default name ''''TPCRawData''''. | This LCIO file might have a single collection inside of the type '''Tracker'Raw'Data''' with the default name ''''TPCRawData''''. |
Line 16: | Line 16: |
|| Data conversion || !"TrackerRawDataToDataConverterProcessor" || '''!TrackerData''' || '''''!TPCConvertedData''''' || || Pedestal Calculation || !"PedestalCalculator" || '''!LCGenericObject''' || '''''!TPCPedestal''''' || || Pedestal Subtraction || !"PedestalSubtractorProcessor" || '''!TrackerData''' || '''''!TPCData''''' || || Pulse finding || !"PulseFinderProcessor" || '''!TrackerPulse''' || '''''!TPCPulses''''' || || Channel mapping || !"ChannelMapperProcessor" || '''!TrackerPulse''' || '''''!TPCPulsesMapped''''' || |
|| 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''''' || |
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 |
"?" |
??? |
??? |