Skip to content

Commit

Permalink
removed 'SHIT', literally
Browse files Browse the repository at this point in the history
  • Loading branch information
kreczko committed Jun 9, 2015
1 parent a4f977c commit 5d5f9ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Event.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,6 @@ void Event::setPassesMuonQCDSelection( bool passesMuonQCDSelection ) {

void Event::setPassOfflineSelectionInfo( std::vector<unsigned int> passSelections ) {
if ( passSelections.size() > 1 ) {
cout << "SHIT PANIC" << endl;
for ( unsigned int selection = 0; selection < passSelections.size(); ++selection ) {
if ( passSelections[selection] != 2 && passSelections[selection] != 4 )
cout << selection << " " << passSelections[selection] << endl;
Expand Down

0 comments on commit 5d5f9ae

Please sign in to comment.