Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,9 @@ protected void process(EventHeader event) {
}
}//mcp not null
else {
System.out.printf("PF::FakeTrack");
if( debug ){
System.out.printf("TrackToMCParticleRelationsDriver::WARNING Track does not have truth hits associated to it! Either fake, or from pulser overlay.");
}
}
} //ttm not null
else {
Expand Down