Skip to content
This repository has been archived by the owner on Jun 12, 2019. It is now read-only.

revisit MCP wf reconstruction #87

Open
wants to merge 1 commit into
base: CERN_TestBeam_2018_Ipbus_ntuples
Choose a base branch
from

Conversation

amartelli
Copy link
Collaborator

  • Added class Reco/interface/MCPwaveform.h (and .cc) with analysis of MCP waveform data
    Please note that the timeCF is computed only for goodQuality wf. This criteria has been loosed (wrt set of slides circulated) to increase the efficiency, but expect degradation in performance. Need to be studied

  • Modified classes to save variables related to the MCP waveform and the time of reference from the clock: this one is taken from the mean of the 8 falling edges (mean and rms are saved for each event)
    The following variables are added/replacing the previous one
    short valid_TS_MCP1;
    short valid_TS_MCP2;
    float noise_MCP1;
    float noise_MCP2;
    float TSpeak_MCP1;
    float TSpeak_MCP2;
    float amp_MCP1;
    float amp_MCP2;
    float ampFit_MCP1;
    float ampFit_MCP2;
    float TSfitPeak_MCP1;
    float TSfitPeak_MCP2;
    float TScf_MCP1;
    float TScf_MCP2;
    float charge5nsS_MCP1;
    float charge5nsS_MCP2;
    float charge5nsB_MCP1;
    float charge5nsB_MCP2;
    float TS_toClock_FE_MCP1;
    float TS_toClock_FE_MCP2;
    float meanClockFE;
    float rmsClockFE;

  • Times are saved in the branches in units of ns (sample * 0.2)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant