Size: 1305
Comment:
|
Size: 1306
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 17: | Line 17: |
|| Pedestal Calculation || ''PedestalCalculator'' || '''!LCGenericObject''' || '''''!TPCPedestal''''' || | || Pedestal Calculation || ''!PedestalCalculator'' || '''!LCGenericObject''' || '''''!TPCPedestal''''' || |
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 |
TrackerRaw'Data'To'Data'Converter'Processor |
TrackerData |
!TPCConvertedData |
Pedestal Calculation |
PedestalCalculator |
!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 |
? |
??? |
??? |