Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74600
b: "refs/heads/CMSSW_7_1_X"
c: bb5f88c
h: "refs/heads/CMSSW_7_1_X"
v: v3
  • Loading branch information
Alessio Bonato committed Oct 2, 2009
1 parent 574c778 commit 011cb90
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
refs/heads/gh-pages: 09c786f70121f131b3715aaf3464996502bbeb7e
"refs/heads/CMSSW_7_1_X": cc7dce3b11b9ea734dbe3de4e420925026020526
"refs/heads/CMSSW_7_1_X": bb5f88c2990d1a500e3e2a002542c787b8ed2a40
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ class Trajectory;
// class TsosVectorCollection; // Dito.
#include "DataFormats/LaserAlignment/interface/TkFittedLasBeam.h"
#include "Alignment/LaserAlignment/interface/TsosVectorCollection.h"
#include "DataFormats/Alignment/interface/AliClusterValueMap.h"

namespace edm { class EventID; class RunID; class EventSetup; class ParameterSet; }
namespace reco { class Track; class BeamSpot; }
Expand All @@ -34,12 +35,14 @@ class AlignmentAlgorithmBase
struct EventInfo {
EventInfo(const edm::EventID &eventId,
const ConstTrajTrackPairCollection &trajTrackPairs,
const reco::BeamSpot &beamSpot)
: eventId_(eventId), trajTrackPairs_(trajTrackPairs), beamSpot_(beamSpot) {}
const reco::BeamSpot &beamSpot,
const AliClusterValueMap *hitVM)
: eventId_(eventId), trajTrackPairs_(trajTrackPairs), beamSpot_(beamSpot), hitVM_(hitVM) {}

const edm::EventID &eventId_;
const ConstTrajTrackPairCollection &trajTrackPairs_;
const reco::BeamSpot &beamSpot_;
const AliClusterValueMap *hitVM_;//might be null!
};

/// define run information passed to algorithms (in endRun)
Expand Down

0 comments on commit 011cb90

Please sign in to comment.