Skip to content

Commit

Permalink
Additional algorithms added.
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-kaspar committed Apr 3, 2019
1 parent 61ba177 commit baa62b2
Show file tree
Hide file tree
Showing 4 changed files with 327 additions and 100 deletions.
4 changes: 4 additions & 0 deletions RecoCTPPS/ProtonReconstruction/BuildFile.xml
Expand Up @@ -8,6 +8,10 @@

<use name="CondFormats/RunInfo"/>
<use name="CondFormats/CTPPSReadoutObjects"/>
<use name="CondFormats/DataRecord"/>

<use name="Geometry/Records"/>
<use name="Geometry/VeryForwardGeometryBuilder"/>

<export>
<lib name="1"/>
Expand Down
Expand Up @@ -33,13 +33,11 @@ class ProtonReconstructionAlgorithm
void release();

/// run proton reconstruction using single-RP strategy
void reconstructFromSingleRP(const CTPPSLocalTrackLiteRefVector& input,
reco::ForwardProtonCollection& output,
reco::ForwardProton reconstructFromSingleRP(const CTPPSLocalTrackLiteRef &track,
const LHCInfo& lhcInfo, std::ostream& os) const;

/// run proton reconstruction using multiple-RP strategy
void reconstructFromMultiRP(const CTPPSLocalTrackLiteRefVector& input,
reco::ForwardProtonCollection& output,
reco::ForwardProton reconstructFromMultiRP(const CTPPSLocalTrackLiteRefVector &tracks,
const LHCInfo& lhcInfo, std::ostream& os) const;

private:
Expand Down

0 comments on commit baa62b2

Please sign in to comment.