Skip to content

Commit

Permalink
Merge pull request #35053 from fabferro/issue35033
Browse files Browse the repository at this point in the history
PPS: solving issue 35033 for CTPPSPixelRecHits
  • Loading branch information
cmsbuild committed Aug 28, 2021
2 parents d0aa7f7 + 88c0620 commit dde5597
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions DataFormats/CTPPSReco/interface/CTPPSPixelRecHit.h
@@ -1,10 +1,10 @@
/*
*
* This is a part of CTPPS offline software.
* Author:
* Fabrizio Ferro (ferro@ge.infn.it)
*
*/
* This is a part of CTPPS offline software.
* Author:
* Fabrizio Ferro (ferro@ge.infn.it)
*
*/

#ifndef DataFormats_CTPPSReco_CTPPSPixelRecHit_H
#define DataFormats_CTPPSReco_CTPPSPixelRecHit_H
Expand All @@ -16,10 +16,8 @@

class CTPPSPixelRecHit {
public:
CTPPSPixelRecHit() {}

CTPPSPixelRecHit(LocalPoint lp,
LocalError le,
CTPPSPixelRecHit(LocalPoint lp = LocalPoint(0., 0., 0.),
LocalError le = LocalError(0., 0., 0.),
bool edge = false,
bool bad = false,
bool rocs = false,
Expand Down

0 comments on commit dde5597

Please sign in to comment.