Skip to content

Commit

Permalink
Remove unused pointers.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomreis committed Aug 26, 2021
1 parent 3cfcac3 commit 2b79cf7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions EventFilter/EcalRawToDigi/interface/DCCEBSRPBlock.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ class DCCEBSRPBlock : public DCCSRPBlock {
bool checkSrpIdAndNumbSRFlags() override;

std::unique_ptr<EBSrFlagCollection>* ebSrFlagsDigis_;

EcalTrigTowerDetId* pTTDetId_;
};

#endif
1 change: 0 additions & 1 deletion EventFilter/EcalRawToDigi/interface/DCCTCCBlock.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ class DCCTCCBlock : public DCCDataBlockPrototype {
unsigned int expTccId_;
unsigned int ps_;

EcalTrigTowerDetId* pTTDetId_;
EcalTriggerPrimitiveDigi* pTP_;
EcalPseudoStripInputDigi* pPS_;
std::unique_ptr<EcalTrigPrimDigiCollection>* tps_;
Expand Down

0 comments on commit 2b79cf7

Please sign in to comment.