Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Brooke committed Jul 5, 2006
1 parent 93a343f commit 764abbb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DataFormats/L1GlobalCaloTrigger/interface/L1GctEmCand.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ class L1GctEmCand : public L1TriggerObject {
/// eta = -6 to -0, +0 to +6. Sign is bit 3, 1 means -ve Z, 0 means +ve Z
L1GctEmCand(unsigned rank, unsigned phi, unsigned eta, bool iso);

/// destructor
~L1GctEmCand();
/// destructor (virtual to prevent compiler warnings)
virtual ~L1GctEmCand();

/// name of object - inherited from L1TriggerObject
std::string name() const;
Expand Down
4 changes: 2 additions & 2 deletions DataFormats/L1GlobalCaloTrigger/interface/L1GctJetCand.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ class L1GctJetCand : public L1TriggerObject {
/// NB - eta = -6 to -0, +0 to +6. Sign is bit 3, 1 means -ve Z, 0 means +ve Z
L1GctJetCand(unsigned rank, unsigned phi, unsigned eta, bool isTau, bool isFor);

/// destructor
~L1GctJetCand();
/// destructor (virtual to prevent compiler warnings)
virtual ~L1GctJetCand();

/// name of object - inherited from L1TriggerObject
std::string name() const;
Expand Down

0 comments on commit 764abbb

Please sign in to comment.