Guest User

Untitled

a guest
Apr 22nd, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.02 KB | None | 0 0
  1. example$ sh compileExample.sh
  2. /tmp/ccL7hFgg.o: In function `main':
  3. /u/at/swiatlow/nfs/ProofTrunk/utils/qgTag/example/qgTagTest.cc:17: undefined reference to `qgTag::qgTag(TString, bool)'
  4. /u/at/swiatlow/nfs/ProofTrunk/utils/qgTag/example/qgTagTest.cc:28: undefined reference to `qgTag::getLooseTag(TLorentzVector*, float, float, int)'
  5. /u/at/swiatlow/nfs/ProofTrunk/utils/qgTag/example/qgTagTest.cc:29: undefined reference to `qgTag::getMedTag(TLorentzVector*, float, float, int)'
  6. /u/at/swiatlow/nfs/ProofTrunk/utils/qgTag/example/qgTagTest.cc:30: undefined reference to `qgTag::getTightTag(TLorentzVector*, float, float, int)'
  7. /u/at/swiatlow/nfs/ProofTrunk/utils/qgTag/example/qgTagTest.cc:31: undefined reference to `qgTag::getLL(TLorentzVector*, float, float, int)'
  8. /u/at/swiatlow/nfs/ProofTrunk/utils/qgTag/example/qgTagTest.cc:41: undefined reference to `qgTag::getLooseTag(TLorentzVector*, float, float, int)'
  9. /u/at/swiatlow/nfs/ProofTrunk/utils/qgTag/example/qgTagTest.cc:42: undefined reference to `qgTag::getMedTag(TLorentzVector*, float, float, int)'
  10. /u/at/swiatlow/nfs/ProofTrunk/utils/qgTag/example/qgTagTest.cc:43: undefined reference to `qgTag::getTightTag(TLorentzVector*, float, float, int)'
  11. /u/at/swiatlow/nfs/ProofTrunk/utils/qgTag/example/qgTagTest.cc:54: undefined reference to `qgTag::getLooseTag(TLorentzVector*, float, float, int)'
  12. /u/at/swiatlow/nfs/ProofTrunk/utils/qgTag/example/qgTagTest.cc:55: undefined reference to `qgTag::getMedTag(TLorentzVector*, float, float, int)'
  13. /u/at/swiatlow/nfs/ProofTrunk/utils/qgTag/example/qgTagTest.cc:56: undefined reference to `qgTag::getTightTag(TLorentzVector*, float, float, int)'
  14. /u/at/swiatlow/nfs/ProofTrunk/utils/qgTag/example/qgTagTest.cc:57: undefined reference to `qgTag::getLL(TLorentzVector*, float, float, int)'
  15. /u/at/swiatlow/nfs/ProofTrunk/utils/qgTag/example/qgTagTest.cc:62: undefined reference to `qgTag::~qgTag()'
  16. /u/at/swiatlow/nfs/ProofTrunk/utils/qgTag/example/qgTagTest.cc:62: undefined reference to `qgTag::~qgTag()'
  17. collect2: ld returned 1 exit status
  18. example$
Add Comment
Please, Sign In to add comment