Size: 191
Comment:
|
Size: 1295
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 3: | Line 3: |
The plan is: create a MarlinTPC processor chain that completely reflects the MultiFit reconstruction chain. | The plan is: create a MarlinTPC processor chain that completely reflects the !MultiFit reconstruction chain. |
Line 9: | Line 9: |
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 || "?" || '''???''' || '''''???''''' || |
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 |
"?" |
??? |
??? |