What is the meaning of no matching function for call to ‘RunAction::fillPerEv

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • shayma7790
    New Member
    • Sep 2012
    • 6

    What is the meaning of no matching function for call to ‘RunAction::fillPerEv

    no matching function for call to ‘PSNERunAction: :fillPerEvent(G 4double&, G4double&, G4double&, G4double&, G4double&, G4double&)’
    when i try to make run to my programm this message appear but i don't know what is mean
  • weaknessforcats
    Recognized Expert Expert
    • Mar 2007
    • 9214

    #2
    There is no code for this function:

    PSNERunAction:: fillPerEvent(G4 double&, G4double&, G4double&, G4double&, G4double&, G4double&)

    Or:

    You are calling some other function but have done it incorrectly so the compiler believes you are missing a function.

    Comment

    Working...